Depending on it being there, let us have it always
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
fba52af5e3
commit
26a5614141
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue