[helm] Adding checksum for config from values (#2831)

* adding checksum for config from values

* Update Chart.yaml

Co-authored-by: Narekmat <47845266+Narekmat@users.noreply.github.com>
This commit is contained in:
Harrison Kim 2022-10-28 11:52:54 -04:00 committed by GitHub
parent 7044e57095
commit 972d02b836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}