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 cfd65ad commit 0de184fCopy full SHA for 0de184f
project-fortis-pipeline/ops/create-cluster.sh
@@ -223,7 +223,7 @@ chmod +x "${backup_upgrade_script}"
223
while :; do
224
services_pod="$(kubectl get po --selector='io.kompose.service=project-fortis-services' -o jsonpath='{.items[0].metadata.name}')"
225
226
- if kubectl exec "${services_pod}" -- /usr/bin/wget -qO- "${feature_service_host}/features/name/paris" > /dev/null; do
+ if kubectl exec "${services_pod}" -- /usr/bin/wget -qO- "${feature_service_host}/features/name/paris" > /dev/null; then
227
break
228
else
229
echo "featureService not yet available, waiting..."
0 commit comments