Update kubernetes deployment
This commit is contained in:
parent
3f83f7fe36
commit
db0fbf77dd
2 changed files with 5 additions and 5 deletions
|
@ -130,8 +130,8 @@ spec:
|
|||
- name: pods-mount-dir
|
||||
mountPath: /var/lib/kubelet/pods
|
||||
mountPropagation: "Bidirectional"
|
||||
- name: device-dir
|
||||
mountPath: /dev
|
||||
- name: fuse-device
|
||||
mountPath: /dev/fuse
|
||||
volumes:
|
||||
- name: plugin-dir
|
||||
hostPath:
|
||||
|
@ -141,6 +141,6 @@ spec:
|
|||
hostPath:
|
||||
path: /var/lib/kubelet/pods
|
||||
type: Directory
|
||||
- name: device-dir
|
||||
- name: fuse-device
|
||||
hostPath:
|
||||
path: /dev
|
||||
path: /dev/fuse
|
||||
|
|
|
@ -78,7 +78,7 @@ spec:
|
|||
volumeMounts:
|
||||
- name: socket-dir
|
||||
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
|
||||
- name: s3-csi-driver
|
||||
- name: csi-s3-driver
|
||||
image: ctrox/csi-s3-driver:0.2.0
|
||||
args:
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
|
Loading…
Reference in a new issue