feat(helm): add extraLabels to commonLabels

This commit is contained in:
Aiman-D 2026-06-27 12:56:14 +05:30
parent a311f11b00
commit 6f3e02e6ca
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,9 @@ app.kubernetes.io/name: {{ include "litellm.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" }}
{{- if .Values.extraLabels }}
{{ toYaml .Values.extraLabels }}
{{- end }}
{{- end -}}
{{/*

View file

@ -3,6 +3,9 @@
nameOverride: ""
fullnameOverride: ""
# Additional labels to apply to all resources
extraLabels: {}
imagePullSecrets: []
# Optional Ingress wiring the three component Services behind a single L7