Skip to content

Commit

Permalink
Make "disable-informer-cache" option false(enabled) by default to kee…
Browse files Browse the repository at this point in the history
…p it consistent with the help message

Make "disable-informer-cache" option false(enabled) by default to keep it consi
stent with the help message

Fixes vmware-tanzu#7264

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
  • Loading branch information
ywk253100 committed Jan 10, 2024
1 parent e65ef28 commit 9a1be6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/7294-ywk253100
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message
2 changes: 1 addition & 1 deletion pkg/cmd/cli/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func NewInstallOptions() *Options {
DefaultVolumesToFsBackup: false,
UploaderType: uploader.KopiaType,
DefaultSnapshotMoveData: false,
DisableInformerCache: true,
DisableInformerCache: false,
ScheduleSkipImmediately: false,
}
}
Expand Down

0 comments on commit 9a1be6f

Please sign in to comment.