Skip to content

Commit 684e28e

Browse files
authored
add debug line
1 parent 0232fc9 commit 684e28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/minikube-k8s-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
eval $(minikube docker-env)
3232
./build-an-deploy.sh
33+
kubectl get pods -l app=wrongsecrets-balancer -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}'
3334
while [[ $(kubectl get pods -l app=wrongsecrets-balancer -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True True True True" ]]; do echo "waiting for wrongsecrets-balancer" && sleep 2; done
3435
kubectl logs deployments/wrongsecrets-balancer -f >> pod.log &
3536
echo "port forwarding"

0 commit comments

Comments
 (0)