Set hostPath type for volumes

This commit is contained in:
kaiyou 2022-11-06 21:54:09 +01:00
parent 462655188c
commit 17a0ba9f7c

View file

@ -86,9 +86,11 @@ spec:
- name: meta
hostPath:
path: {{ .Values.persistence.meta.hostPath }}
type: DirectoryOrCreate
- name: data
hostPath:
path: {{ .Values.persistence.data.hostPath }}
type: DirectoryOrCreate
{{- end }}
{{- else }}
- name: meta