Merge pull request #3042 from jiacona/patch-1

Update using_helm.md
pull/3075/head
Taylor Thomas 7 years ago committed by GitHub
commit ab7acfe061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`

Loading…
Cancel
Save