diff --git a/docs/using_helm.md b/docs/using_helm.md index 77e4cffc2..6bf3b2bcc 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -230,6 +230,10 @@ There are two ways to pass configuration data during install: - `--set`: Specify overrides on the command line. If both are used, `--set` values are merged into `--values` with higher precedence. +Overrides specified with `--set` are persisted in a configmap. Values that have been +`--set` can be viewed for a given release with `helm get values `. +Values that have been `--set` can be cleared by running `helm upgrade` with `--reset-values` +specified. #### The Format and Limitations of `--set`