Clearer wording when using pipelines

Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
pull/4631/head
Nenad Stojanovikj 6 years ago committed by Nenad Stojanovikj
parent b4b693c316
commit 91994818a7
No known key found for this signature in database
GPG Key ID: 4199A7B7275F2131

@ -40,7 +40,7 @@ A pipeline is evaluated as _false_ if the value is:
- a `nil` (empty or null) - a `nil` (empty or null)
- an empty collection (`map`, `slice`, `tuple`, `dict`, `array`) - 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: Let's add a simple conditional to our ConfigMap. We'll add another setting if the drink is set to coffee:

Loading…
Cancel
Save