|
@@ -18,6 +18,7 @@ spec:
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
{{- end }}
|
|
|
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
|
|
+ checksum/configFromValues: {{ include (print $.Template.BasePath "/configmap_fromValues.yaml") . | sha256sum }}
|
|
|
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
|
|
labels:
|
|
|
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
|
|
@@ -136,4 +137,4 @@ spec:
|
|
|
{{- with .Values.tolerations }}
|
|
|
tolerations:
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
- {{- end }}
|
|
|
+ {{- end }}
|