File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/latest/csi-driver-smb/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 args :
4646 - --v=5
4747 - --csi-address=$(CSI_ENDPOINT)
48- - --kubelet-registration-path=C:\\var\\lib\\ kubelet\\plugins\\smb.csi.k8s.io\\csi.sock
48+ - --kubelet-registration-path={{ .Values. kubelet.windowsPath }} \\plugins\\smb.csi.k8s.io\\csi.sock
4949 env :
5050 - name : CSI_ENDPOINT
5151 value : unix://C:\\csi\\csi.sock
@@ -138,4 +138,4 @@ spec:
138138 hostPath :
139139 path : {{ .Values.kubelet.windowsPath }}\plugins\smb.csi.k8s.io\
140140 type : DirectoryOrCreate
141- {{- end -}}
141+ {{- end -}}
Original file line number Diff line number Diff line change 5555 - name : ADDRESS
5656 value : /csi/csi.sock
5757 - name : DRIVER_REG_SOCK_PATH
58- value : /var/lib/ kubelet/plugins/smb.csi.k8s.io/csi.sock
58+ value : {{ .Values. kubelet.linuxPath }} /plugins/smb.csi.k8s.io/csi.sock
5959 imagePullPolicy : {{ .Values.image.nodeDriverRegistrar.pullPolicy }}
6060 volumeMounts :
6161 - name : socket-dir
You can’t perform that action at this time.
0 commit comments