mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Use correct secret name for csi-upcloud pull secret (#11597)
This commit is contained in:
parent
ddd92c998c
commit
6b3eaf8312
@ -100,7 +100,7 @@ spec:
|
||||
- name: socket-dir
|
||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
- name: upcloud
|
||||
volumes:
|
||||
- name: socket-dir
|
||||
emptyDir: {}
|
||||
|
||||
@ -77,7 +77,7 @@ spec:
|
||||
- name: device-dir
|
||||
mountPath: /dev
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
- name: upcloud
|
||||
volumes:
|
||||
- name: registration-dir
|
||||
hostPath:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user