dns names

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-04 11:43:14 +00:00
parent 203d236188
commit be17d4adfe
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ spec:
{{- end }}
- mountPath: /combined
mountPropagation: Bidirectional
name: combineRoot
name: combined
{{- end }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
@ -209,6 +209,6 @@ spec:
{{- end }}
{{ end -}}
{{ if .Values.persistence.combineShares }}
- name: combineRoot
- name: combined
emptyDir: {}
{{ end -}}