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 593f540 commit 471b184Copy full SHA for 471b184
.github/workflows/helm-tests.yml
@@ -111,6 +111,10 @@ 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
+ kubectl get services
118
sleep 1
119
done
120
echo "all services have started, moving on..."
0 commit comments