Skip to content

Commit 2bea665

Browse files
committed
Change wording on usage of --override-manager flag
Signed-off-by: Yasin Özel <[email protected]>
1 parent 21a04ca commit 2bea665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ import (
5252
sourcev1 "github.com/fluxcd/source-controller/api/v1"
5353

5454
v2 "github.com/fluxcd/helm-controller/api/v2"
55+
5556
intdigest "github.com/fluxcd/helm-controller/internal/digest"
5657

5758
// +kubebuilder:scaffold:imports
@@ -139,7 +140,7 @@ func main() {
139140
flag.StringVar(&snapshotDigestAlgo, "snapshot-digest-algo", intdigest.Canonical.String(),
140141
"The algorithm to use to calculate the digest of Helm release storage snapshots.")
141142
flag.StringArrayVar(&disallowedFieldManagers, "override-manager", []string{},
142-
"Field manager disallowed to perform changes on managed resources.")
143+
"List of field managers to override during drift detection.")
143144

144145
clientOptions.BindFlags(flag.CommandLine)
145146
logOptions.BindFlags(flag.CommandLine)

0 commit comments

Comments
 (0)