This reverts commit 1134ec5d13
.
This commit is contained in:
parent
5db2c17994
commit
d149d26013
1 changed files with 5 additions and 7 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue