docs(helm): Correct --set to --override in helm init example

release-2.7
Justin Scott 8 years ago committed by Adam Reese
parent 0647a7b17a
commit c2a0572c42
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -241,7 +241,7 @@ In the example below we use `--override` to add the revision property and set
its value to 1. 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: Output:

Loading…
Cancel
Save