Browse Source

wip

pull/1/head
Nicolas Massé 3 years ago
parent
commit
77ddebd8a1
  1. 2
      infrastructure/templates/acs.yaml

2
infrastructure/templates/acs.yaml

@ -150,7 +150,7 @@ data:
echo "========================================================================"
echo
export ROX_CENTRAL_ADDRESS="$(oc get route central -n stackrox -o go-template='{{.spec.host}}'):443"
export ROX_CENTRAL_ADDRESS="$(oc get route central -n stackrox -o go-template='{{ "{{" }}.spec.host}}'):443"
export ROX_CENTRAL_HOSTNAME="$ROX_CENTRAL_ADDRESS"
while ! curl -sfko /dev/null "https://$ROX_CENTRAL_ADDRESS/"; do
echo "Red Hat ACS not ready..."

Loading…
Cancel
Save