We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc02d5 commit 8d49de0Copy full SHA for 8d49de0
2 files changed
advanced/camel-k/eip/fruits-processor.yaml
@@ -32,7 +32,7 @@ spec:
32
name: fruit-sugar-level
33
constant: low
34
- to: "log:low?showAll=true&multiline=true"
35
- - simple: "${body[nutritions][sugar]} > 5 || ${body[nutritions][sugar]} <= 10"
+ - simple: "${body[nutritions][sugar]} > 5 && ${body[nutritions][sugar]} <= 10"
36
steps:
37
- remove-headers: "*"
38
- marshal:
documentation/modules/advanced/pages/camel-k-cbr.adoc
@@ -242,7 +242,7 @@ spec:
242
243
244
245
246
247
248
0 commit comments