Clearer wording when using pipelines

Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
pull/4207/head^2
Nenad Stojanovikj 7 years ago committed by Sebastien Plisson
parent a05afa6c81
commit bfd2af8eec

@ -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:

Loading…
Cancel
Save