Revert "Add helm labels required by istio (#2548)" (#2589)

This reverts commit 1134ec5d13.
This commit is contained in:
Roman Zabaluev 2022-09-15 15:25:49 +04:00 committed by GitHub
parent 5db2c17994
commit d149d26013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,6 @@ 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 }}