File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments