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