Unverified Commit ab7acfe0 authored by Taylor Thomas's avatar Taylor Thomas Committed by GitHub

Merge pull request #3042 from jiacona/patch-1

Update using_helm.md
parents 441758b2 67ed2cfc
......@@ -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 <release-name>`.
Values that have been `--set` can be cleared by running `helm upgrade` with `--reset-values`
specified.
#### The Format and Limitations of `--set`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment