[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 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
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 }}
|
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
|
{{- include "kafka-ui.selectorLabels" . | nindent 8 }}
|
||||||
|
@ -136,4 +137,4 @@ spec:
|
||||||
{{- with .Values.tolerations }}
|
{{- with .Values.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue