From 8203d813a50cb43a38450cbba28e563d3b931059 Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Tue, 7 Nov 2017 10:45:18 -0800 Subject: [PATCH] docs(helm): Correct --set to --override in helm init example --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: