From f1327ba701dc5b7ac041e6ad87452e86727421a6 Mon Sep 17 00:00:00 2001 From: Ryan Dawson Date: Wed, 12 Sep 2018 19:10:36 +0100 Subject: [PATCH] put whitespace back in Signed-off-by: Ryan Dawson --- docs/chart_best_practices/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_best_practices/templates.md b/docs/chart_best_practices/templates.md index 8515c3cde..c255edd34 100644 --- a/docs/chart_best_practices/templates.md +++ b/docs/chart_best_practices/templates.md @@ -73,7 +73,7 @@ Blocks (such as control structures) may be indented to indicate flow of the temp ``` {{ if $foo -}} {{- with .Bar }}Hello{{ end -}} -{{- end -}} +{{- end -}} ``` However, since YAML is a whitespace-oriented language, it is often not possible for code indentation to follow that convention.