fix typo in docs (#1889)
fix typo Signed-off-by: Adem Abichou <adem.abichou@bertschinnovation.com>
This commit is contained in:
parent
524636c0a8
commit
9dc0aaa1e7
|
|
@ -685,7 +685,7 @@ The `helmfile destroy` sub-command uninstalls and purges all the releases define
|
|||
`helmfile --interactive destroy` instructs Helmfile to request your confirmation before actually deleting releases.
|
||||
|
||||
`destroy` basically runs `helm uninstall --purge` on all the targeted releases. If you don't want purging, use `helmfile delete` instead.
|
||||
If `--skip-charts` flag is not set, destory would prepare all releases, by fetching charts and templating them.
|
||||
If `--skip-charts` flag is not set, destroy would prepare all releases, by fetching charts and templating them.
|
||||
|
||||
### delete (DEPRECATED)
|
||||
|
||||
|
|
@ -694,7 +694,7 @@ The `helmfile delete` sub-command deletes all the releases defined in the manife
|
|||
`helmfile --interactive delete` instructs Helmfile to request your confirmation before actually deleting releases.
|
||||
|
||||
Note that `delete` doesn't purge releases. So `helmfile delete && helmfile sync` results in sync failed due to that releases names are not deleted but preserved for future references. If you really want to remove releases for reuse, add `--purge` flag to run it like `helmfile delete --purge`.
|
||||
If `--skip-charts` flag is not set, destory would prepare all releases, by fetching charts and templating them.
|
||||
If `--skip-charts` flag is not set, destroy would prepare all releases, by fetching charts and templating them.
|
||||
|
||||
### secrets
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue