Set hostPath type for volumes
This commit is contained in:
parent
462655188c
commit
17a0ba9f7c
1 changed files with 2 additions and 0 deletions
|
@ -86,9 +86,11 @@ spec:
|
||||||
- name: meta
|
- name: meta
|
||||||
hostPath:
|
hostPath:
|
||||||
path: {{ .Values.persistence.meta.hostPath }}
|
path: {{ .Values.persistence.meta.hostPath }}
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: data
|
- name: data
|
||||||
hostPath:
|
hostPath:
|
||||||
path: {{ .Values.persistence.data.hostPath }}
|
path: {{ .Values.persistence.data.hostPath }}
|
||||||
|
type: DirectoryOrCreate
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: meta
|
- name: meta
|
||||||
|
|
Loading…
Reference in a new issue