From 6914c4d877c310894bc18a9825c28fd0e6dafe7d Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Tue, 19 Oct 2021 21:06:07 +0200 Subject: [PATCH] fix(csi-ds): mountpoint-dir same mountpath in pod (#628) * fix(csi-ds): mountpoint-dir same mountpath in pod Signed-off-by: Toni Tauro * Update Chart.yaml Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> --- templates/csi-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/csi-daemonset.yaml b/templates/csi-daemonset.yaml index 0ab5211..a6461fb 100644 --- a/templates/csi-daemonset.yaml +++ b/templates/csi-daemonset.yaml @@ -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}}