We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0debfa3 commit 80f8e69Copy full SHA for 80f8e69
.github/workflows/helm-tests.yml
@@ -123,6 +123,7 @@ jobs:
123
echo "vector service has started, moving on..."
124
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
125
echo "still waiting for stac service to start..."
126
+ kubectl describe jobs
127
kubectl get pods
128
sleep 1
129
done
0 commit comments