mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #3110 from jascott1/3107_init_doc
docs(helm): Correct --set to --override in helm init example
This commit is contained in:
commit
fab6d2ff83
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ In the example below we use `--override` to add the revision property and set
|
|||
its value to 1.
|
||||
|
||||
```
|
||||
helm init --set metadata.annotations."deployment\.kubernetes\.io/revision"="1"
|
||||
helm init --override metadata.annotations."deployment\.kubernetes\.io/revision"="1"
|
||||
```
|
||||
Output:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue