Add helm labels required by istio (#2548)

This commit is contained in:
Patryk D. Cichy 2022-09-09 15:43:34 +02:00 committed by GitHub
parent 79c5f19758
commit 1134ec5d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ spec:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
labels:
app: {{ include "kafka-ui.name" . }}
version: {{ .Values.image.tag | default .Chart.AppVersion }}
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}