Merge pull request #4631 from nenadstojanovikj/patch-1

Clearer wording when using pipelines
pull/4637/head
Michelle Noorali 6 years ago committed by GitHub
commit e55cc79da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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