@@ -265,9 +265,8 @@ main:
265265
266266
267267# ------- Pod Annotations -------
268- podAnnotations :
269- checksum/config : " {{ sha256sum (tpl (toYaml .Values.main.configMap.data) . ) }}"
270- checksum/secret : " {{ sha256sum (tpl (toYaml .Values.main.secret.data) . ) }}"
268+ # Checksum for configmap and secret will be added automatically
269+ podAnnotations : []
271270
272271# ------- Service configuration -------
273272# service name: '{{ include "cos-common.fullname" (dict "root" . "name" "") | trim }}'
@@ -532,9 +531,8 @@ worker:
532531
533532
534533# ------- Pod Annotations -------
535- podAnnotations :
536- checksum/config : " {{ sha256sum (tpl (toYaml .Values.main.configMap.data) . ) }}"
537- checksum/secret : " {{ sha256sum (tpl (toYaml .Values.main.secret.data) . ) }}"
534+ # Checksum for configmap and secret will be added automatically
535+ podAnnotations : []
538536
539537
540538# ------- HPA configuration -------
@@ -718,9 +716,8 @@ beat:
718716
719717
720718# ------- Pod Annotations -------
721- podAnnotations :
722- checksum/config : " {{ sha256sum (tpl (toYaml .Values.main.configMap.data) . ) }}"
723- checksum/secret : " {{ sha256sum (tpl (toYaml .Values.main.secret.data) . ) }}"
719+ # Checksum for configmap and secret will be added automatically
720+ podAnnotations : []
724721
725722
726723# ------- ConfigMap configuration -------
@@ -821,9 +818,8 @@ migration:
821818
822819
823820# ------- Pod Annotations -------
824- podAnnotations :
825- checksum/config : " {{ sha256sum (tpl (toYaml .Values.main.configMap.data) . ) }}"
826- checksum/secret : " {{ sha256sum (tpl (toYaml .Values.main.secret.data) . ) }}"
821+ # Checksum for configmap and secret will be added automatically
822+ podAnnotations : []
827823
828824
829825# ------- ConfigMap configuration -------
0 commit comments