Skip to content

Commit 80f8e69

Browse files
committed
foo
1 parent 0debfa3 commit 80f8e69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
echo "vector service has started, moving on..."
124124
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
125125
echo "still waiting for stac service to start..."
126+
kubectl describe jobs
126127
kubectl get pods
127128
sleep 1
128129
done

0 commit comments

Comments
 (0)