Skip to content

Commit 471b184

Browse files
committed
foo
1 parent 593f540 commit 471b184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/helm-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
echo "vector service has started, moving on..."
112112
while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /_mgmt/ping" | head -n 1)" ]]; do
113113
echo "still waiting for stac service to start..."
114+
kubectl get pods
115+
kubectl get jobs
116+
kubectl get svc
117+
kubectl get services
114118
sleep 1
115119
done
116120
echo "all services have started, moving on..."

0 commit comments

Comments
 (0)