Skip to content

Commit

Permalink
debug: force
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Sep 13, 2024
1 parent 3678098 commit f261a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bats/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
run kubectl apply -f files/pvc.linear.resize.yaml --wait --timeout=30s
[ "$status" -eq 0 ]

run kubectl replace -f files/pod.linear.vol.yaml --wait --timeout=20s
run kubectl replace --force -f files/pod.linear.vol.yaml --wait --timeout=20s
[ "$status" -eq 0 ]

run kubectl wait --for=jsonpath='{.status.capacity.storage}'=200Mi -f files/pvc.linear.resize.yaml --timeout=30s
Expand Down Expand Up @@ -86,7 +86,7 @@
run kubectl apply -f files/pvc.block.resize.yaml --wait --timeout=40s
[ "$status" -eq 0 ]

run kubectl replace -f files/pvc.block.yaml --wait --timeout=20s
run kubectl replace --force -f files/pvc.block.yaml --wait --timeout=20s
[ "$status" -eq 0 ]

run kubectl wait --for=jsonpath='{.status.capacity.storage}'=200Mi -f files/pvc.block.resize.yaml --timeout=40s
Expand Down

0 comments on commit f261a21

Please sign in to comment.