Browse Source

[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>
Harrison Kim 2 years ago
parent
commit
972d02b836
1 changed files with 2 additions and 1 deletions
  1. 2 1
      charts/kafka-ui/templates/deployment.yaml

+ 2 - 1
charts/kafka-ui/templates/deployment.yaml

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