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

pull/3110/head
Justin Scott 7 years ago
parent d6da76f3cf
commit 8203d813a5

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