Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CAPIBM PowerVS jobs to mount IBM Cloud credentials secret #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -28,11 +28,20 @@ periodics:
value: "powervs-md-remediation"
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
- name: IBM_CREDENTIALS_FILE
value: /home/.ibmcloud/ibm-credentials.env
volumeMounts:
- name: credentials
mountPath: /home/.ibmcloud
command:
- "runner.sh"
- "./scripts/ci-e2e.sh"
securityContext:
privileged: true
volumes:
- name: credentials
secret:
secretName: capi-cloud-credentials
- name: periodic-capi-provider-ibmcloud-e2e-powervs-release-0.7
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -62,11 +71,20 @@ periodics:
value: "powervs-md-remediation"
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
- name: IBM_CREDENTIALS_FILE
value: /home/.ibmcloud/ibm-credentials.env
volumeMounts:
- name: credentials
mountPath: /home/.ibmcloud
command:
- "runner.sh"
- "./scripts/ci-e2e.sh"
securityContext:
privileged: true
volumes:
- name: credentials
secret:
secretName: capi-cloud-credentials
- name: periodic-capi-provider-ibmcloud-e2e-powervs-release-0.8
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -96,11 +114,20 @@ periodics:
value: "powervs-md-remediation"
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
- name: IBM_CREDENTIALS_FILE
value: /home/.ibmcloud/ibm-credentials.env
volumeMounts:
- name: credentials
mountPath: /home/.ibmcloud
command:
- "runner.sh"
- "./scripts/ci-e2e.sh"
securityContext:
privileged: true
volumes:
- name: credentials
secret:
secretName: capi-cloud-credentials
- name: periodic-capi-provider-ibmcloud-e2e-vpc
labels:
preset-dind-enabled: "true"
Expand Down