initial commit

This commit is contained in:
2025-10-01 11:01:48 +02:00
commit f29fa76685
8 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{{- define "common.labels.standard" }}
app.kubernetes.io/name: {{ include "common.names.name" . }}
helm.sh/chart: {{ include "common.names.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- with .Chart.AppVersion }}
app.kubernetes.io/version: {{ . | quote }}
{{- end }}
{{- end }}
{{- define "common.labels.matchLabels" }}
app.kubernetes.io/name: {{ include "common.names.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}