Merge pull request #3110 from jascott1/3107_init_doc

docs(helm): Correct --set to --override in helm init example
pull/3112/head
Justin Scott 7 years ago committed by GitHub
commit fab6d2ff83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save