diff --git a/docs/install.md b/docs/install.md index ea51afd89..96aea1f76 100755 --- a/docs/install.md +++ b/docs/install.md @@ -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: