Add helm labels required by istio (#2548)
This commit is contained in:
parent
79c5f19758
commit
1134ec5d13
1 changed files with 7 additions and 5 deletions
|
@ -20,6 +20,8 @@ spec:
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||||
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
||||||
labels:
|
labels:
|
||||||
|
app: {{ include "kafka-ui.name" . }}
|
||||||
|
version: {{ .Values.image.tag | default .Chart.AppVersion }}
|
||||||
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
|
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
|
||||||
{{- if .Values.podLabels }}
|
{{- if .Values.podLabels }}
|
||||||
{{- toYaml .Values.podLabels | nindent 8 }}
|
{{- toYaml .Values.podLabels | nindent 8 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue