parent
203d236188
commit
be17d4adfe
|
@ -72,7 +72,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- mountPath: /combined
|
- mountPath: /combined
|
||||||
mountPropagation: Bidirectional
|
mountPropagation: Bidirectional
|
||||||
name: combineRoot
|
name: combined
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
|
@ -209,6 +209,6 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ if .Values.persistence.combineShares }}
|
{{ if .Values.persistence.combineShares }}
|
||||||
- name: combineRoot
|
- name: combined
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in New Issue