Skip to content

Commit

Permalink
Merge pull request #4918 from matheuscscp/fix-copy-paste-mistake
Browse files Browse the repository at this point in the history
Fix reconcile helmrelease command description
  • Loading branch information
stefanprodan authored Aug 8, 2024
2 parents 31d160b + f6a0250 commit b8bf44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/reconcile_helmrelease.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var reconcileHrCmd = &cobra.Command{
Aliases: []string{"hr"},
Short: "Reconcile a HelmRelease resource",
Long: `
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.`,
Example: ` # Trigger a HelmRelease apply outside of the reconciliation interval
flux reconcile hr podinfo
Expand Down

0 comments on commit b8bf44e

Please sign in to comment.