From e63dbd08d10d3895fbe8103da6d58d1346732e37 Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 25 Sep 2020 23:50:05 -0700 Subject: [PATCH] [media-common] Forgot this Not sure if this is why the lint is angry but lets give her a try --- charts/media-common/templates/_helpers.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */}}