From df46e2b4d634eb57deabb525bbecc10ad3ce9039 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 b1df146db..2b4caa83b 100644 --- a/docs/charts_tips_and_tricks.md +++ b/docs/charts_tips_and_tricks.md @@ -234,7 +234,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 ```