Update _helpers.tpl with custom labels

This commit is contained in:
Kirill Bikshanov 2025-03-26 21:55:34 +04:00 committed by GitHub
parent 8c845847cd
commit a337fde570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ helm.sh/chart: {{ include "litellm.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.customLabels }}
{{ toYaml .Values.customLabels }}
{{- end }}
{{- end }}
{{/*