Unverified Commit e55cc79d authored by Michelle Noorali's avatar Michelle Noorali Committed by GitHub

Merge pull request #4631 from nenadstojanovikj/patch-1

Clearer wording when using pipelines
parents 5211bfa1 91994818
...@@ -40,7 +40,7 @@ A pipeline is evaluated as _false_ if the value is: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment