Skip to content

Commit dbd7cfd

Browse files
Merge pull request #5079 from wking/drop-regions-from-installer-teardown
ci-operator/templates/openshift/installer/cluster-launch-installer-*: Drop *_REGION from teardown
2 parents d64416d + 39d13eb commit dbd7cfd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -919,12 +919,8 @@ objects:
919919
value: ${CLUSTER_TYPE}
920920
- name: AWS_SHARED_CREDENTIALS_FILE
921921
value: /etc/openshift-installer/.awscred
922-
- name: AWS_REGION
923-
value: us-east-1
924922
- name: AZURE_AUTH_LOCATION
925923
value: /etc/openshift-installer/osServicePrincipal.json
926-
- name: AZURE_REGION
927-
value: centralus
928924
- name: GOOGLE_CLOUD_KEYFILE_JSON
929925
value: /etc/openshift-installer/gce.json
930926
- name: KUBECONFIG

ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,8 @@ objects:
453453
value: ${CLUSTER_TYPE}
454454
- name: AWS_SHARED_CREDENTIALS_FILE
455455
value: /etc/openshift-installer/.awscred
456-
- name: AWS_REGION
457-
value: us-east-1
458456
- name: AZURE_AUTH_LOCATION
459457
value: /etc/openshift-installer/osServicePrincipal.json
460-
- name: AZURE_REGION
461-
value: centralus
462458
- name: GOOGLE_CLOUD_KEYFILE_JSON
463459
value: /etc/openshift-installer/gce.json
464460
- name: KUBECONFIG

0 commit comments

Comments
 (0)