Skip to content

Commit fea874c

Browse files
committed
Remove checksum for configmap and secret from values since it will be genereted automatically
1 parent b18b0cf commit fea874c

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

angular-osf/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ main:
158158

159159

160160
# ------- Pod Annotations -------
161-
podAnnotations:
162-
checksum/config: "{{ sha256sum (tpl (toYaml .Values.main.configMap.data) . ) }}"
161+
# Checksum for configmap and secret will be added automatically
162+
podAnnotations: []
163163

164164

165165
# ------- Service configuration -------

osf-graveyvalet/values.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)