Add openmetadata chart

This commit is contained in:
wbsong111
2026-02-27 14:51:57 +09:00
parent b2855ccba3
commit 864f99a589
323 changed files with 54891 additions and 0 deletions
@@ -0,0 +1,13 @@
{{/*
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 }}