Skip to content

Commit

Permalink
Use correct secret name for csi-upcloud pull secret (#11597)
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen authored Oct 4, 2024
1 parent ddd92c9 commit 6b3eaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
imagePullSecrets:
- name: regcred
- name: upcloud
volumes:
- name: socket-dir
emptyDir: {}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- name: device-dir
mountPath: /dev
imagePullSecrets:
- name: regcred
- name: upcloud
volumes:
- name: registration-dir
hostPath:
Expand Down

0 comments on commit 6b3eaf8

Please sign in to comment.