浏览代码

[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 年之前
父节点
当前提交
972d02b836
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 }}