Skip to content

Commit

Permalink
Update CAPIBM PowerVS jobs to mount IBM Cloud credentials secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 committed Oct 9, 2024
1 parent 9a638d1 commit ef1c268
Showing 1 changed file with 27 additions and 0 deletions.
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

0 comments on commit ef1c268

Please sign in to comment.