Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Aug 14, 2024
1 parent 1fc29e8 commit 3d5cc85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/utils/k8s-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ wait_for_pod() {

echo "Waiting for pod '$pod_name' to become ready..."
kubectl wait --for condition=Ready pod/$pod_name -n $namespace --timeout 300s
kubectl -n $namespace get pods
}


Expand Down

0 comments on commit 3d5cc85

Please sign in to comment.