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 }} {{- 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 -}}