Skip to content

Commit

Permalink
Correct kubelet path in v1.7.0 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
luborpetr committed Jul 29, 2022
1 parent 65dd852 commit 7bb16a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ spec:
path: \\.\pipe\csi-proxy-smb-v1beta1
- name: registration-dir
hostPath:
path: {{ .Values.windows.kubelet }}\plugins_registry\
path: {{ .Values.windows.kubelet }}\\plugins_registry\\
type: Directory
- name: kubelet-dir
hostPath:
path: {{ .Values.windows.kubelet }}\
path: {{ .Values.windows.kubelet }}\\
type: Directory
- name: plugin-dir
hostPath:
path: {{ .Values.windows.kubelet }}\plugins\{{ .Values.driver.name }}\
path: {{ .Values.windows.kubelet }}\\plugins\\{{ .Values.driver.name }}\
type: DirectoryOrCreate
{{- end -}}
2 changes: 1 addition & 1 deletion charts/v1.7.0/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ linux:
windows:
enabled: false
dsName: csi-smb-node-win # daemonset name
kubelet: 'C:\var\lib\kubelet'
kubelet: 'C:\\var\\lib\\kubelet'
tolerations:
- key: "node.kubernetes.io/os"
operator: "Exists"
Expand Down

0 comments on commit 7bb16a6

Please sign in to comment.