From 91994818a7d3b74dd1eceb6d502324639cb55f72 Mon Sep 17 00:00:00 2001 From: Nenad Stojanovikj Date: Wed, 12 Sep 2018 15:22:12 +0200 Subject: [PATCH] Clearer wording when using pipelines Signed-off-by: Nenad Stojanovikj --- docs/chart_template_guide/control_structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/control_structures.md b/docs/chart_template_guide/control_structures.md index 1844bd393..9ecd55142 100644 --- a/docs/chart_template_guide/control_structures.md +++ b/docs/chart_template_guide/control_structures.md @@ -40,7 +40,7 @@ A pipeline is evaluated as _false_ if the value is: - a `nil` (empty or null) - an empty collection (`map`, `slice`, `tuple`, `dict`, `array`) -Under all other conditions, the condition is true. +In any other case, the condition is evaluated to _true_ and the pipeline is executed. Let's add a simple conditional to our ConfigMap. We'll add another setting if the drink is set to coffee: