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.
2 parents bfbe28e + 2be4402 commit 5b0c52dCopy full SHA for 5b0c52d
1 file changed
run_demo.sh
@@ -585,7 +585,7 @@ if ! "${demo_dir}/helm" install --debug diracx-demo "${script_dir}/diracx" "${he
585
echo "Failed to run \"helm install\"" >> "${demo_dir}/.failed"
586
else
587
printf "%b Waiting for installation to finish...\n" ${UNICORN_EMOJI}
588
- if "${demo_dir}/kubectl" wait --for=condition=ready pod --selector=app.kubernetes.io/name=diracx --timeout=900s; then
+ if "${demo_dir}/kubectl" wait --for=condition=ready pod --selector='app.kubernetes.io/name in (diracx, diracx-web)' --timeout=900s; then
589
printf "%b %b %b Pods are ready! %b %b %b\n" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}"
590
591
# Dump the CA certificate to a file so that it can be used by the client
0 commit comments