File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/v1.7.0/csi-driver-smb Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ spec:
155155 path : \\.\pipe\csi-proxy-smb-v1beta1
156156 - name : registration-dir
157157 hostPath :
158- path : {{ .Values.windows.kubelet }}\plugins_registry\
158+ path : {{ .Values.windows.kubelet }}\\ plugins_registry\ \
159159 type : Directory
160160 - name : kubelet-dir
161161 hostPath :
162- path : {{ .Values.windows.kubelet }}\
162+ path : {{ .Values.windows.kubelet }}\\
163163 type : Directory
164164 - name : plugin-dir
165165 hostPath :
166- path : {{ .Values.windows.kubelet }}\plugins\{{ .Values.driver.name }}\
166+ path : {{ .Values.windows.kubelet }}\\ plugins\ \{{ .Values.driver.name }}\
167167 type : DirectoryOrCreate
168168{{- end -}}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ linux:
113113windows :
114114 enabled : false
115115 dsName : csi-smb-node-win # daemonset name
116- kubelet : ' C:\var\lib\kubelet'
116+ kubelet : ' C:\\ var\\ lib\ \kubelet'
117117 tolerations :
118118 - key : " node.kubernetes.io/os"
119119 operator : " Exists"
You can’t perform that action at this time.
0 commit comments