Merge "mariadb: fix hostpath values"
This commit is contained in:
commit
c34dbeeec8
@ -240,7 +240,9 @@ spec:
|
|||||||
{{- if not .Values.volume.enabled }}
|
{{- if not .Values.volume.enabled }}
|
||||||
- name: mysql-data
|
- name: mysql-data
|
||||||
{{- if .Values.volume.use_local_path_for_single_pod_cluster.enabled }}
|
{{- if .Values.volume.use_local_path_for_single_pod_cluster.enabled }}
|
||||||
hostPath: {{ .Values.volume.use_local_path_for_single_pod_cluster.host_path }}
|
hostPath:
|
||||||
|
path: {{ .Values.volume.use_local_path_for_single_pod_cluster.host_path }}
|
||||||
|
type: DirectoryOrCreate
|
||||||
{{- else }}
|
{{- else }}
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user