helm/docs/chart_template_guide
Matthew Fisher 195d21d5d7
ref(cmd): rename helm delete to helm uninstall
To match the convention of `helm install`, `helm uninstall` is the inverse.

Other tangential changes in this PR:

- StatusDeleting has been changed to StatusUninstalling
- StatusDeleted has been changed to StatusUninstalled
- `helm list --deleted` has been changed to `helm list --uninstalled`
- `helm list --deleting` has been changed to `helm list --uninstalling`
- `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`

I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because

1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here

`helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
2018-06-14 15:46:00 -07:00
..
accessing_files.md Disambiguate encoding from secrets 2018-01-26 07:39:53 -06:00
builtin_objects.md feat(*): remove Time, Namespace, and Revision from template functions 2018-05-18 12:09:54 -07:00
control_structures.md minor typo fix 2017-05-16 09:41:01 -04:00
data_types.md docs(chart_tempalte_primer): add template primer 2016-11-04 12:02:59 -06:00
debugging.md Fix typo 2017-01-25 18:19:15 +08:00
functions_and_pipelines.md Fixes #2888. Clarifies that use of default command should stay DRY 2017-09-01 18:02:52 -04:00
getting_started.md ref(cmd): rename helm delete to helm uninstall 2018-06-14 15:46:00 -07:00
index.md docs(chart_tempalte_primer): add template primer 2016-11-04 12:02:59 -06:00
named_templates.md feat(*): remove Time, Namespace, and Revision from template functions 2018-05-18 12:09:54 -07:00
notes_files.md docs(chart_template_guide): fix spacing 2016-11-04 16:35:07 -06:00
subcharts_and_globals.md Typo once/one 2018-02-14 08:47:55 +01:00
values_files.md Change helm update to helm upgrade 2018-03-06 11:16:49 +08:00
variables.md Updating comment indentation 2017-10-20 09:46:36 -04:00
wrapping_up.md docs(wrapping_up): fix broken link to Tips and Tricks 2017-02-27 15:52:40 +08:00
yaml_techniques.md Fix a small typo in yaml_techniques.md 2017-10-15 20:29:13 +02:00