We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d160b commit f6a0250Copy full SHA for f6a0250
cmd/flux/reconcile_helmrelease.go
@@ -32,7 +32,7 @@ var reconcileHrCmd = &cobra.Command{
32
Aliases: []string{"hr"},
33
Short: "Reconcile a HelmRelease resource",
34
Long: `
35
-The reconcile kustomization command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`,
+The reconcile helmrelease command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`,
36
Example: ` # Trigger a HelmRelease apply outside of the reconciliation interval
37
flux reconcile hr podinfo
38
0 commit comments