fix extraContainers

This commit is contained in:
Arlan Lloyd 2024-12-14 19:12:05 +00:00
parent 03992e1b2b
commit 98e3c111b6
6 changed files with 6 additions and 6 deletions

View File

@ -84,7 +84,7 @@ spec:
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.autosync.kyoo_autosync.extraContainers }}
{{- with .Values.autosync.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
{{- with .Values.autosync.extraInitContainers }}

View File

@ -183,7 +183,7 @@ spec:
{{- with .Values.back.kyoo_back.extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.back.kyoo_back.extraContainers }}
{{- with .Values.back.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
volumes:

View File

@ -76,7 +76,7 @@ spec:
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.front.kyoo_front.extraContainers }}
{{- with .Values.front.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
{{- with .Values.front.extraInitContainers }}

View File

@ -108,7 +108,7 @@ spec:
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.matcher.kyoo_matcher.extraContainers }}
{{- with .Values.matcher.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
{{- with .Values.matcher.extraInitContainers }}

View File

@ -100,7 +100,7 @@ spec:
{{- with .Values.scanner.kyoo_scanner.extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.scanner.kyoo_scanner.extraContainers }}
{{- with .Values.scanner.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
{{- with .Values.scanner.extraInitContainers }}

View File

@ -110,7 +110,7 @@ spec:
{{- with .Values.transcoder.kyoo_transcoder.extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.transcoder.kyoo_transcoder.extraContainers }}
{{- with .Values.transcoder.extraContainers }}
{{- tpl (toYaml .) $ | nindent 8 }}
{{- end }}
{{- with .Values.transcoder.extraInitContainers }}