We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00269cc commit 0aa619cCopy full SHA for 0aa619c
examples/expression-tag-template-workflow.yaml
@@ -10,7 +10,7 @@ metadata:
10
workflows.argoproj.io/verify.py: |
11
assert status["phase"] == "Succeeded"
12
assert nodes["task-0(0:3)"]["phase"] == "Succeeded"
13
- assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2021\n"
+ assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2022\n"
14
spec:
15
entrypoint: main
16
templates:
0 commit comments