Skip to content

Commit 1023e38

Browse files
committed
Remove checksum/packs for a couple services
Why remove? - st2actionrunner forks fire-and-forget processes (actions) which read pack config from the DB on startup. - st2api does not care about pack configs.
1 parent aa594ff commit 1023e38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/deployments.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ spec:
140140
heritage: {{ .Release.Service }}
141141
annotations:
142142
checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}
143-
checksum/packs: {{ include (print $.Template.BasePath "/configmaps_packs.yaml") . | sha256sum }}
144143
spec:
145144
{{- if .Values.enterprise.enabled }}
146145
imagePullSecrets:
@@ -942,7 +941,6 @@ spec:
942941
annotations:
943942
checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}
944943
checksum/ssh: {{ include (print $.Template.BasePath "/secrets_ssh.yaml") . | sha256sum }}
945-
checksum/packs: {{ include (print $.Template.BasePath "/configmaps_packs.yaml") . | sha256sum }}
946944
spec:
947945
{{- if .Values.enterprise.enabled }}
948946
imagePullSecrets:

0 commit comments

Comments
 (0)