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 047ef9b commit b942fd4Copy full SHA for b942fd4
.github/workflows/helm-tests.yml
@@ -111,6 +111,9 @@ jobs:
111
echo "vector service has started, moving on..."
112
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
113
echo "still waiting for stac service to start..."
114
+ kubectl get pods
115
+ kubectl get jobs
116
+ kubectl get svc
117
sleep 1
118
done
119
echo "all services have started, moving on..."
0 commit comments