Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 786da5e

Browse files
committed
update mount folder
1 parent 9e7205f commit 786da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
volumeMounts:
9494
{{- if .Values.persistence.enabled }}
9595
- name: data
96-
mountPath: {{ .Values.persistence.mountPath }}
96+
mountPath: {{ .Values.persistence.mountPath }}/data
9797
subPath: {{ .Values.persistence.subPath }}
9898
readOnly: false
9999
{{- end }}

0 commit comments

Comments
 (0)