Skip to content

Commit

Permalink
fix: replace argosay with busybox forexit-handler-fail-missing-output
Browse files Browse the repository at this point in the history
Signed-off-by: Miltiadis Alexis <[email protected]>
  • Loading branch information
miltalex committed Aug 14, 2024
1 parent 301376f commit 63ae12e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
parameters:
- name: hello-param
container:
image: argoproj/argosay:v1
command: [cowsay]
image: busybox
command: [echo]
args: ["Hello param: {{inputs.parameters.hello-param}}"]

0 comments on commit 63ae12e

Please sign in to comment.