Skip to content

Commit 70f61d4

Browse files
committed
Revert windows.kubelet change
1 parent b6abc5e commit 70f61d4

File tree

7 files changed

+88
-88
lines changed

7 files changed

+88
-88
lines changed

charts/README.md

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

charts/latest/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -}}

charts/latest/csi-driver-smb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ linux:
114114
windows:
115115
enabled: false
116116
dsName: csi-smb-node-win # daemonset name
117-
kubelet: 'C:\\var\\lib\\kubelet'
117+
kubelet: 'C:\var\lib\kubelet'
118118
tolerations:
119119
- key: "node.kubernetes.io/os"
120120
operator: "Exists"

charts/v1.7.0/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -}}

charts/v1.7.0/csi-driver-smb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ linux:
113113
windows:
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"

charts/v1.8.0/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -}}

charts/v1.8.0/csi-driver-smb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ linux:
114114
windows:
115115
enabled: false
116116
dsName: csi-smb-node-win # daemonset name
117-
kubelet: 'C:\\var\\lib\\kubelet'
117+
kubelet: 'C:\var\lib\kubelet'
118118
tolerations:
119119
- key: "node.kubernetes.io/os"
120120
operator: "Exists"

0 commit comments

Comments
 (0)