From 1258a93ada613d70c2cdaca4b3b6ad5b45f4863d Mon Sep 17 00:00:00 2001 From: Gavin Jefferies Date: Thu, 9 Nov 2023 10:09:49 -0800 Subject: [PATCH] chore: move openshift-multi to RH GCP (#1061) --- chart/infra-server/static/workflow-openshift-multi.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chart/infra-server/static/workflow-openshift-multi.yaml b/chart/infra-server/static/workflow-openshift-multi.yaml index d7f90fda6..8f674add2 100644 --- a/chart/infra-server/static/workflow-openshift-multi.yaml +++ b/chart/infra-server/static/workflow-openshift-multi.yaml @@ -112,11 +112,14 @@ spec: - "--machine-type={{inputs.parameters.machine-type}}" - "--install-metrics={{inputs.parameters.install-metrics}}" - "--install-monitoring={{inputs.parameters.install-monitoring}}" + - "--gcp-project=acs-team-temp-dev" + - "--dns-project=acs-team-temp-dev" + - "--dns-zone=ocp-infra-rox-systems" env: - name: GOOGLE_CREDENTIALS valueFrom: secretKeyRef: - name: google-credentials-openshift + name: openshift-4-gcp-service-account key: google-credentials.json - name: wait @@ -140,5 +143,5 @@ spec: - name: GOOGLE_CREDENTIALS valueFrom: secretKeyRef: - name: google-credentials-openshift + name: openshift-4-gcp-service-account key: google-credentials.json