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 ]]