Skip to content

Commit

Permalink
Merge pull request #711 from andyzhangx/fix-kubelet-path
Browse files Browse the repository at this point in the history
fix: kubelet path in chart config
  • Loading branch information
andyzhangx committed Dec 15, 2023
2 parents 4a84e51 + 6cedacb commit 7cd9d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/csi-driver-smb/templates/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- name: ADDRESS
value: /csi/csi.sock
- name: DRIVER_REG_SOCK_PATH
value: {{ .Values.linux.kubelet }}/plugins/{{ .Values.driver.name }}/csi.sock
value: /var/lib/kubelet/plugins/{{ .Values.driver.name }}/csi.sock
imagePullPolicy: {{ .Values.image.nodeDriverRegistrar.pullPolicy }}
volumeMounts:
- name: socket-dir
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: {{ .Values.linux.kubelet }}/
- mountPath: /var/lib/kubelet/
mountPropagation: Bidirectional
name: mountpoint-dir
resources: {{- toYaml .Values.linux.resources.smb | nindent 12 }}
Expand Down

0 comments on commit 7cd9d4a

Please sign in to comment.