mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
[media-common] Forgot this
Not sure if this is why the lint is angry but lets give her a try
This commit is contained in:
parent
2c15d6617c
commit
e63dbd08d1
@ -51,6 +51,15 @@ app.kubernetes.io/name: {{ include "media-common.name" . }}
|
|||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Init Containers
|
||||||
|
*/}}
|
||||||
|
{{- define "media-common.initContainers" -}}
|
||||||
|
{{- if .Values.initContainers }}
|
||||||
|
{{- toYaml .Values.initContainers }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Additional Containers
|
Additional Containers
|
||||||
*/}}
|
*/}}
|
||||||
|
Loading…
Reference in New Issue
Block a user