Commit 8203d813 authored by Justin Scott's avatar Justin Scott

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

parent d6da76f3
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment