[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:
parent
7044e57095
commit
972d02b836
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue