Skip to content

Commit e64ee0b

Browse files
jcpunkJack Charlie Munday
authored andcommitted
fix: pod mount directory hardcoded as /var/lib/kubelet (#160)
Signed-off-by: Pat Riehecky <[email protected]>
1 parent e7b5bc3 commit e64ee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
mountPath: {{ .Values.kubeletDirectory }}/plugins
7777
mountPropagation: Bidirectional
7878
- name: pods-mount-dir
79-
mountPath: /var/lib/kubelet/pods
79+
mountPath: {{ .Values.kubeletDirectory }}/pods
8080
mountPropagation: Bidirectional
8181
- name: runtime-metadata
8282
mountPath: /var/lib/cvmfs.csi.cern.ch

0 commit comments

Comments
 (0)