Files
infrastructure/clusters/cl01tl/helm/isponsorblocktv/templates/_helpers.tpl
2026-04-22 15:50:30 -05:00

15 lines
278 B
Smarty

{{/*
Common labels
*/}}
{{- define "custom.labels" -}}
{{ include "custom.selectorLabels" $ }}
{{- end }}
{{/*
Selector labels
*/}}
{{- define "custom.selectorLabels" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}