File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
latest/csi-driver-smb/templates Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55
55
fieldPath : spec.nodeName
56
56
imagePullPolicy : {{ .Values.windows.image.nodeDriverRegistrar.pullPolicy }}
57
57
volumeMounts :
58
- - name : kubelet-dir
59
- mountPath : " C:\\ var\\ lib\\ kubelet"
60
58
- name : plugin-dir
61
59
mountPath : C:\csi
62
60
- name : registration-dir
@@ -103,7 +101,7 @@ spec:
103
101
privileged : true
104
102
volumeMounts :
105
103
- name : kubelet-dir
106
- mountPath : " C: \\ var \\ lib \\ kubelet"
104
+ mountPath : {{ .Values. kubelet.windowsPath }}\
107
105
- name : plugin-dir
108
106
mountPath : C:\csi
109
107
- name : csi-proxy-fs-pipe
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ spec:
105
105
volumeMounts :
106
106
- mountPath : /csi
107
107
name : socket-dir
108
- - mountPath : /var/lib/ kubelet/
108
+ - mountPath : {{ .Values. kubelet.linuxPath }} /
109
109
mountPropagation : Bidirectional
110
110
name : mountpoint-dir
111
111
resources :
You can’t perform that action at this time.
0 commit comments