fix(csi-ds): mountpoint-dir same mountpath in pod (#628)
* fix(csi-ds): mountpoint-dir same mountpath in pod Signed-off-by: Toni Tauro <toni.tauro@adfinis.com> * Update Chart.yaml Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
parent
d96a4287fa
commit
6914c4d877
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ spec:
|
||||||
- name: providervol
|
- name: providervol
|
||||||
mountPath: "/provider"
|
mountPath: "/provider"
|
||||||
- name: mountpoint-dir
|
- name: mountpoint-dir
|
||||||
mountPath: /var/lib/kubelet/pods
|
mountPath: {{ .Values.csi.daemonSet.kubeletRootDir }}/pods
|
||||||
mountPropagation: HostToContainer
|
mountPropagation: HostToContainer
|
||||||
{{- if .Values.csi.volumeMounts }}
|
{{- if .Values.csi.volumeMounts }}
|
||||||
{{- toYaml .Values.csi.volumeMounts | nindent 12}}
|
{{- toYaml .Values.csi.volumeMounts | nindent 12}}
|
||||||
|
|
Loading…
Reference in a new issue