okay, here it should be wrapped
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
8478bd59c4
commit
6987228dc6
|
@ -71,10 +71,10 @@ spec:
|
||||||
- mountPath: /extras/{{ .name }}
|
- mountPath: /extras/{{ .name }}
|
||||||
name: {{ .name }}
|
name: {{ .name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
- mountPath: /combined
|
- mountPath: /combined
|
||||||
mountPropagation: Bidirectional
|
mountPropagation: Bidirectional
|
||||||
name: combined
|
name: combined
|
||||||
|
{{- end }}
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue