Files
service-catalog/manifests/helm/openmetadata-dependencies/1.12.1/templates/_helpers.tpl
T
2026-02-27 14:51:57 +09:00

14 lines
298 B
Smarty

{{/*
Common labels
*/}}
{{- define "OpenMetadataDeps.labels" -}}
app: airflow
component: logs-cleanup
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- with .Values.cronJobLabels }}
{{ toYaml .}}
{{- end }}
{{- end }}