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 16, 2024
1 parent 165cd5e commit 7b1cb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/7298-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 @@ -151,7 +151,7 @@ func NewInstallOptions() *Options {
DefaultVolumesToFsBackup: false,
UploaderType: uploader.KopiaType,
DefaultSnapshotMoveData: false,
DisableInformerCache: true,
DisableInformerCache: false,
}
}

Expand Down

0 comments on commit 7b1cb5a

Please sign in to comment.