fix: deployment task args

main
cahe 2 years ago
parent ecadb62bbb
commit 7ea76a5fdf

@ -20,8 +20,8 @@ spec:
containers:
- name: long-running-task
args:
-c
'echo "pass" > result.txt && cat result.txt'
- '-c'
- 'echo "pass" > result.txt && cat result.txt'
image: bash
resources:
limits:

Loading…
Cancel
Save