From 3c3dcf8dfa56b9207016f07ca201aa9db02386db Mon Sep 17 00:00:00 2001 From: dhilipkumars Date: Thu, 14 Sep 2017 14:59:45 +0530 Subject: [PATCH] Update Doc --- docs/chart_best_practices/templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/chart_best_practices/templates.md b/docs/chart_best_practices/templates.md index db1259246..c9995ea0a 100644 --- a/docs/chart_best_practices/templates.md +++ b/docs/chart_best_practices/templates.md @@ -36,6 +36,7 @@ Incorrect: {{/* ... */}} {{ end -}} ``` +It is highly recommended that new charts are created via `helm create` command as the template names are automatically defined as per this best practice. ## Formatting Templates