From 3d5cc8568034e543cbe0030bd6a6f46cd7de7f83 Mon Sep 17 00:00:00 2001 From: Paolo Sottovia Date: Wed, 14 Aug 2024 11:23:45 +0000 Subject: [PATCH] wip --- tests/integration/utils/k8s-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/utils/k8s-utils.sh b/tests/integration/utils/k8s-utils.sh index dcc4e2ef..413f7793 100644 --- a/tests/integration/utils/k8s-utils.sh +++ b/tests/integration/utils/k8s-utils.sh @@ -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 }