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
+1 -1
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 }}