diff --git a/charts/media-common/templates/_helpers.tpl b/charts/media-common/templates/_helpers.tpl index b45e490b..7f0301f3 100644 --- a/charts/media-common/templates/_helpers.tpl +++ b/charts/media-common/templates/_helpers.tpl @@ -51,6 +51,15 @@ app.kubernetes.io/name: {{ include "media-common.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} {{- end }} +{{/* +Init Containers +*/}} +{{- define "media-common.initContainers" -}} +{{- if .Values.initContainers }} +{{- toYaml .Values.initContainers }} +{{- end }} +{{- end -}} + {{/* Additional Containers */}}