Merge pull request #3110 from jascott1/3107_init_doc

docs(helm): Correct --set to --override in helm init example
This commit is contained in:
Justin Scott 2017-11-07 11:02:08 -08:00 committed by GitHub
commit fab6d2ff83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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