From d19891fbfc43fe9d485ef9d100c801972705994e Mon Sep 17 00:00:00 2001 From: c-forden <44967664+c-forden@users.noreply.github.com> Date: Mon, 12 Nov 2018 11:20:46 +0100 Subject: [PATCH] Update variables.md Added "and" as it was missing. - when you are looping in a range need to know the chart's release + when you are looping in a range and need to know the chart's release --- docs/chart_template_guide/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/variables.md b/docs/chart_template_guide/variables.md index d924fe2cf..f2286fad3 100644 --- a/docs/chart_template_guide/variables.md +++ b/docs/chart_template_guide/variables.md @@ -100,7 +100,7 @@ Variables are normally not "global". They are scoped to the block in which they However, there is one variable that is always global - `$` - this variable will always point to the root context. This can be very -useful when you are looping in a range need to know the chart's release +useful when you are looping in a range and need to know the chart's release name. An example illustrating this: