Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -917,12 +917,8 @@ objects:
value: ${CLUSTER_TYPE}
- name: AWS_SHARED_CREDENTIALS_FILE
value: /etc/openshift-installer/.awscred
- name: AWS_REGION
value: us-east-1
- name: AZURE_AUTH_LOCATION
value: /etc/openshift-installer/osServicePrincipal.json
- name: AZURE_REGION
value: centralus
- name: GOOGLE_CLOUD_KEYFILE_JSON
value: /etc/openshift-installer/gce.json
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,8 @@ objects:
value: ${CLUSTER_TYPE}
- name: AWS_SHARED_CREDENTIALS_FILE
value: /etc/openshift-installer/.awscred
- name: AWS_REGION
value: us-east-1
- name: AZURE_AUTH_LOCATION
value: /etc/openshift-installer/osServicePrincipal.json
- name: AZURE_REGION
value: centralus
- name: GOOGLE_CLOUD_KEYFILE_JSON
value: /etc/openshift-installer/gce.json
- name: KUBECONFIG
Expand Down