Merge pull request #4918 from matheuscscp/fix-copy-paste-mistake

Fix reconcile helmrelease command description
This commit is contained in:
Stefan Prodan 2024-08-08 10:00:37 +03:00 committed by GitHub
commit b8bf44e0ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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