From 77ddebd8a1d311cd736adfac2f564b5e85a14de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 2 Jun 2023 16:00:19 +0200 Subject: [PATCH] wip --- infrastructure/templates/acs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/templates/acs.yaml b/infrastructure/templates/acs.yaml index f9afcef..f99141a 100644 --- a/infrastructure/templates/acs.yaml +++ b/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..."