Skip to content

Commit

Permalink
Clearer wording when using pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
  • Loading branch information
Nenad Stojanovikj authored and Nenad Stojanovikj committed Sep 12, 2018
1 parent b4b693c commit 9199481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chart_template_guide/control_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9199481

Please sign in to comment.