| 
35 | 35 |       annotations:  | 
36 | 36 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
37 | 37 |         checksum/auth: {{ include (print $.Template.BasePath "/secrets_st2auth.yaml") . | sha256sum }}  | 
 | 38 | +        {{- if .Values.st2auth.annotations }}  | 
 | 39 | +{{ toYaml .Values.st2auth.annotations | indent 8 }}  | 
 | 40 | +        {{- end }}  | 
38 | 41 |     spec:  | 
39 | 42 |       imagePullSecrets:  | 
40 | 43 |       {{- if .Values.image.pullSecret }}  | 
@@ -145,6 +148,9 @@ spec:  | 
145 | 148 |       annotations:  | 
146 | 149 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
147 | 150 |         checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}  | 
 | 151 | +        {{- if .Values.st2api.annotations }}  | 
 | 152 | +{{ toYaml .Values.st2api.annotations | indent 8 }}  | 
 | 153 | +        {{- end }}  | 
148 | 154 |     spec:  | 
149 | 155 |       imagePullSecrets:  | 
150 | 156 |       {{- if .Values.image.pullSecret }}  | 
@@ -255,6 +261,9 @@ spec:  | 
255 | 261 |         heritage: {{ .Release.Service }}  | 
256 | 262 |       annotations:  | 
257 | 263 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
 | 264 | +        {{- if .Values.st2stream.annotations }}  | 
 | 265 | +{{ toYaml .Values.st2stream.annotations | indent 8 }}  | 
 | 266 | +        {{- end }}  | 
258 | 267 |     spec:  | 
259 | 268 |       imagePullSecrets:  | 
260 | 269 |       {{- if .Values.image.pullSecret }}  | 
@@ -333,6 +342,9 @@ spec:  | 
333 | 342 |         heritage: {{ .Release.Service }}  | 
334 | 343 |       annotations:  | 
335 | 344 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2web.yaml") . | sha256sum }}  | 
 | 345 | +        {{- if .Values.st2web.annotations }}  | 
 | 346 | +{{ toYaml .Values.st2web.annotations | indent 8 }}  | 
 | 347 | +        {{- end }}  | 
336 | 348 |     spec:  | 
337 | 349 |       imagePullSecrets:  | 
338 | 350 |       {{- if .Values.image.pullSecret }}  | 
@@ -431,6 +443,9 @@ spec:  | 
431 | 443 |         heritage: {{ .Release.Service }}  | 
432 | 444 |       annotations:  | 
433 | 445 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
 | 446 | +        {{- if .Values.st2rulesengine.annotations }}  | 
 | 447 | +{{ toYaml .Values.st2rulesengine.annotations | indent 8 }}  | 
 | 448 | +        {{- end }}  | 
434 | 449 |     spec:  | 
435 | 450 |       imagePullSecrets:  | 
436 | 451 |       {{- if .Values.image.pullSecret }}  | 
@@ -518,6 +533,9 @@ spec:  | 
518 | 533 |         heritage: {{ .Release.Service }}  | 
519 | 534 |       annotations:  | 
520 | 535 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
 | 536 | +        {{- if .Values.st2timersengine.annotations }}  | 
 | 537 | +{{ toYaml .Values.st2timersengine.annotations | indent 8 }}  | 
 | 538 | +        {{- end }}  | 
521 | 539 |     spec:  | 
522 | 540 |       imagePullSecrets:  | 
523 | 541 |       {{- if .Values.image.pullSecret }}  | 
@@ -597,6 +615,9 @@ spec:  | 
597 | 615 |       annotations:  | 
598 | 616 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
599 | 617 |         checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}  | 
 | 618 | +        {{- if .Values.st2workflowengine.annotations }}  | 
 | 619 | +{{ toYaml .Values.st2workflowengine.annotations | indent 8 }}  | 
 | 620 | +        {{- end }}  | 
600 | 621 |     spec:  | 
601 | 622 |       imagePullSecrets:  | 
602 | 623 |       {{- if .Values.image.pullSecret }}  | 
@@ -688,6 +709,9 @@ spec:  | 
688 | 709 |       annotations:  | 
689 | 710 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
690 | 711 |         checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}  | 
 | 712 | +        {{- if .Values.st2scheduler.annotations }}  | 
 | 713 | +{{ toYaml .Values.st2scheduler.annotations | indent 8 }}  | 
 | 714 | +        {{- end }}  | 
691 | 715 |     spec:  | 
692 | 716 |       imagePullSecrets:  | 
693 | 717 |       {{- if .Values.image.pullSecret }}  | 
@@ -779,6 +803,9 @@ spec:  | 
779 | 803 |         heritage: {{ .Release.Service }}  | 
780 | 804 |       annotations:  | 
781 | 805 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
 | 806 | +        {{- if .Values.st2notifier.annotations }}  | 
 | 807 | +{{ toYaml .Values.st2notifier.annotations | indent 8 }}  | 
 | 808 | +        {{- end }}  | 
782 | 809 |     spec:  | 
783 | 810 |       imagePullSecrets:  | 
784 | 811 |       {{- if .Values.image.pullSecret }}  | 
@@ -1118,6 +1145,9 @@ spec:  | 
1118 | 1145 |         heritage: {{ .Release.Service }}  | 
1119 | 1146 |       annotations:  | 
1120 | 1147 |         checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}  | 
 | 1148 | +        {{- if .Values.st2garbagecollector.annotations }}  | 
 | 1149 | +{{ toYaml .Values.st2garbagecollector.annotations | indent 8 }}  | 
 | 1150 | +        {{- end }}  | 
1121 | 1151 |     spec:  | 
1122 | 1152 |       imagePullSecrets:  | 
1123 | 1153 |       {{- if .Values.image.pullSecret }}  | 
@@ -1199,6 +1229,9 @@ spec:  | 
1199 | 1229 |         checksum/auth: {{ include (print $.Template.BasePath "/secrets_st2auth.yaml") . | sha256sum }}  | 
1200 | 1230 |         checksum/ssh: {{ include (print $.Template.BasePath "/secrets_ssh.yaml") . | sha256sum }}  | 
1201 | 1231 |         checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}  | 
 | 1232 | +        {{- if .Values.st2client.annotations }}  | 
 | 1233 | +{{ toYaml .Values.st2client.annotations | indent 8 }}  | 
 | 1234 | +        {{- end }}  | 
1202 | 1235 |     spec:  | 
1203 | 1236 |       imagePullSecrets:  | 
1204 | 1237 |       {{- if .Values.st2.packs.images }}  | 
@@ -1367,6 +1400,9 @@ spec:  | 
1367 | 1400 |         heritage: {{ .Release.Service }}  | 
1368 | 1401 |       annotations:  | 
1369 | 1402 |         checksum/chatops: {{ include (print $.Template.BasePath "/secrets_st2chatops.yaml") . | sha256sum }}  | 
 | 1403 | +        {{- if .Values.st2chatops.annotations }}  | 
 | 1404 | +{{ toYaml .Values.st2chatops.annotations | indent 8 }}  | 
 | 1405 | +        {{- end }}  | 
1370 | 1406 |     spec:  | 
1371 | 1407 |       {{- if .Values.image.pullSecret }}  | 
1372 | 1408 |       imagePullSecrets:  | 
 | 
0 commit comments