Depending on it being there, let us have it always

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-04 17:39:56 +00:00
parent fba52af5e3
commit 26a5614141
1 changed files with 1 additions and 3 deletions

View File

@ -71,10 +71,10 @@ spec:
- mountPath: /extras/{{ .name }}
name: {{ .name }}
{{- end }}
{{- end }}
- mountPath: /combined
mountPropagation: Bidirectional
name: combined
{{- end }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command:
@ -211,7 +211,5 @@ spec:
claimName: {{ $fullName }}-{{ .name }}
{{- end }}
{{ end -}}
{{ if .Values.persistence.combineShares }}
- name: combined
emptyDir: {}
{{ end -}}