Skip to content

Commit

Permalink
Fix review comments. Use image busybox in unittest.
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Wayne <[email protected]>
  • Loading branch information
wang-wayne committed Sep 25, 2024
1 parent 70c5e90 commit 2bc6594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/argo/commands/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ spec:
- name: msg
value: 'hello world'
container:
image: docker/whalesay
command: [cowsay]
image: busybox
command: [echo]
args: ['{{inputs.parameters.msg}}']
---
apiVersion: argoproj.io/v1alpha1
Expand All @@ -244,8 +244,8 @@ spec:
- name: msg
value: 'hello world'
container:
image: docker/whalesay
command: [cowsay]
image: busybox
command: [echo]
args: ['{{inputs.parameters.msg}}']
---
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit 2bc6594

Please sign in to comment.