Browse Source

Use correct secret name for csi-upcloud pull secret (#11597)

pull/11602/head
Max Gautier 8 months ago
committed by GitHub
parent
commit
6b3eaf8312
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. 2
      roles/kubernetes-apps/csi_driver/upcloud/templates/upcloud-csi-controller.yml.j2
  2. 2
      roles/kubernetes-apps/csi_driver/upcloud/templates/upcloud-csi-node.yml.j2

2
roles/kubernetes-apps/csi_driver/upcloud/templates/upcloud-csi-controller.yml.j2

@ -100,7 +100,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
imagePullSecrets:
- name: regcred
- name: upcloud
volumes:
- name: socket-dir
emptyDir: {}

2
roles/kubernetes-apps/csi_driver/upcloud/templates/upcloud-csi-node.yml.j2

@ -77,7 +77,7 @@ spec:
- name: device-dir
mountPath: /dev
imagePullSecrets:
- name: regcred
- name: upcloud
volumes:
- name: registration-dir
hostPath:

Loading…
Cancel
Save