mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Fix reconcile helmrelease command description
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
31d160b309
commit
f6a0250712
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue