From 36a61201621c35e2a5a1697a8fcb06837cdd345a Mon Sep 17 00:00:00 2001 From: liaoj Date: Mon, 5 Feb 2018 14:09:36 +0800 Subject: [PATCH] Update charts_tips_and_tricks.md typo error comand --> command --- docs/charts_tips_and_tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts_tips_and_tricks.md b/docs/charts_tips_and_tricks.md index f6b482963..88a9bab2e 100644 --- a/docs/charts_tips_and_tricks.md +++ b/docs/charts_tips_and_tricks.md @@ -244,7 +244,7 @@ update of that resource. ## Upgrade a release idempotently -In order to use the same command when installing and upgrading a release, use the following comand: +In order to use the same command when installing and upgrading a release, use the following command: ```shell helm upgrade --install --values ```