Files
infrastructure/clusters/cl01tl/helm/dawarich/templates/_helpers.tpl
2026-04-20 20:16:25 +00:00

15 lines
284 B
Smarty

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