Skip to content

Commit

Permalink
chore: move openshift-multi to RH GCP (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox authored Nov 9, 2023
1 parent 8098c26 commit 1258a93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chart/infra-server/static/workflow-openshift-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -140,5 +143,5 @@ spec:
- name: GOOGLE_CREDENTIALS
valueFrom:
secretKeyRef:
name: google-credentials-openshift
name: openshift-4-gcp-service-account
key: google-credentials.json

0 comments on commit 1258a93

Please sign in to comment.