From 4736b4b9e2945934bbcc8d61f8155bc660ae62f1 Mon Sep 17 00:00:00 2001 From: Humair Khan Date: Thu, 20 Jun 2024 12:44:47 -0400 Subject: [PATCH] test-commit Signed-off-by: Humair Khan --- scripts/deploy/github/helper-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/github/helper-functions.sh b/scripts/deploy/github/helper-functions.sh index 8c42a923f460..664fbef534cb 100644 --- a/scripts/deploy/github/helper-functions.sh +++ b/scripts/deploy/github/helper-functions.sh @@ -75,7 +75,7 @@ wait_for_pods () { local num_pods local num_running pods=$(kubectl get pod -n "$namespace") - # echo "$pods" + echo "$pods" # kubectl get pvc -n "$namespace" if [[ -z $pods ]]