Skip to content

Commit

Permalink
fix(csi-ds): mountpoint-dir same mountpath in pod (hashicorp#628)
Browse files Browse the repository at this point in the history
* fix(csi-ds): mountpoint-dir same mountpath in pod

Signed-off-by: Toni Tauro <[email protected]>

* Update Chart.yaml

Co-authored-by: Ben Ash <[email protected]>
  • Loading branch information
eyenx and benashz authored Oct 19, 2021
1 parent d96a428 commit 6914c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/csi-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: providervol
mountPath: "/provider"
- name: mountpoint-dir
mountPath: /var/lib/kubelet/pods
mountPath: {{ .Values.csi.daemonSet.kubeletRootDir }}/pods
mountPropagation: HostToContainer
{{- if .Values.csi.volumeMounts }}
{{- toYaml .Values.csi.volumeMounts | nindent 12}}
Expand Down

0 comments on commit 6914c4d

Please sign in to comment.