Skip to content

Commit

Permalink
fix: fix e2e failed cases (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 authored Jun 12, 2024
1 parent 9a204f5 commit e1f1dd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/csi-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: busybox
imagePullPolicy: Always
command: [
"sh",
"/bin/sh",
"-c",
"sleep 10; while sleep 0.01; do wget -q -O- http://127.0.0.1; done",
]
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: busybox
imagePullPolicy: Always
command: [
"sh",
"/bin/sh",
"-c",
"sleep 10; while sleep 0.01; do wget -q -O- http://127.0.0.1; done",
]
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/multi-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
imagePullPolicy: Always
name: busybox
command: [
"sh",
"/bin/sh",
"-c",
"sleep 10; while sleep 0.01; do wget -q -O- http://127.0.0.1; done",
]
Expand Down

0 comments on commit e1f1dd6

Please sign in to comment.