Skip to content
Snippets Groups Projects
Unverified Commit 6b3eaf83 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

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

parent ddd92c99
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment