|
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 }} |
@@ -138,6 +141,9 @@ spec: |
138 | 141 | annotations: |
139 | 142 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
140 | 143 | checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }} |
| 144 | + {{- if .Values.st2api.annotations }} |
| 145 | +{{ toYaml .Values.st2api.annotations | indent 8 }} |
| 146 | + {{- end }} |
141 | 147 | spec: |
142 | 148 | imagePullSecrets: |
143 | 149 | {{- if .Values.image.pullSecret }} |
@@ -241,6 +247,9 @@ spec: |
241 | 247 | heritage: {{ .Release.Service }} |
242 | 248 | annotations: |
243 | 249 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
| 250 | + {{- if .Values.st2stream.annotations }} |
| 251 | +{{ toYaml .Values.st2stream.annotations | indent 8 }} |
| 252 | + {{- end }} |
244 | 253 | spec: |
245 | 254 | imagePullSecrets: |
246 | 255 | {{- if .Values.image.pullSecret }} |
@@ -312,6 +321,9 @@ spec: |
312 | 321 | heritage: {{ .Release.Service }} |
313 | 322 | annotations: |
314 | 323 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2web.yaml") . | sha256sum }} |
| 324 | + {{- if .Values.st2web.annotations }} |
| 325 | +{{ toYaml .Values.st2web.annotations | indent 8 }} |
| 326 | + {{- end }} |
315 | 327 | spec: |
316 | 328 | imagePullSecrets: |
317 | 329 | {{- if .Values.image.pullSecret }} |
@@ -410,6 +422,9 @@ spec: |
410 | 422 | heritage: {{ .Release.Service }} |
411 | 423 | annotations: |
412 | 424 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
| 425 | + {{- if .Values.st2rulesengine.annotations }} |
| 426 | +{{ toYaml .Values.st2rulesengine.annotations | indent 8 }} |
| 427 | + {{- end }} |
413 | 428 | spec: |
414 | 429 | imagePullSecrets: |
415 | 430 | {{- if .Values.image.pullSecret }} |
@@ -490,6 +505,9 @@ spec: |
490 | 505 | heritage: {{ .Release.Service }} |
491 | 506 | annotations: |
492 | 507 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
| 508 | + {{- if .Values.st2timersengine.annotations }} |
| 509 | +{{ toYaml .Values.st2timersengine.annotations | indent 8 }} |
| 510 | + {{- end }} |
493 | 511 | spec: |
494 | 512 | imagePullSecrets: |
495 | 513 | {{- if .Values.image.pullSecret }} |
@@ -562,6 +580,9 @@ spec: |
562 | 580 | annotations: |
563 | 581 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
564 | 582 | checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }} |
| 583 | + {{- if .Values.st2workflowengine.annotations }} |
| 584 | +{{ toYaml .Values.st2workflowengine.annotations | indent 8 }} |
| 585 | + {{- end }} |
565 | 586 | spec: |
566 | 587 | imagePullSecrets: |
567 | 588 | {{- if .Values.image.pullSecret }} |
@@ -646,6 +667,9 @@ spec: |
646 | 667 | annotations: |
647 | 668 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
648 | 669 | checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }} |
| 670 | + {{- if .Values.st2scheduler.annotations }} |
| 671 | +{{ toYaml .Values.st2scheduler.annotations | indent 8 }} |
| 672 | + {{- end }} |
649 | 673 | spec: |
650 | 674 | imagePullSecrets: |
651 | 675 | {{- if .Values.image.pullSecret }} |
@@ -730,6 +754,9 @@ spec: |
730 | 754 | heritage: {{ .Release.Service }} |
731 | 755 | annotations: |
732 | 756 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
| 757 | + {{- if .Values.st2notifier.annotations }} |
| 758 | +{{ toYaml .Values.st2notifier.annotations | indent 8 }} |
| 759 | + {{- end }} |
733 | 760 | spec: |
734 | 761 | imagePullSecrets: |
735 | 762 | {{- if .Values.image.pullSecret }} |
@@ -1048,6 +1075,9 @@ spec: |
1048 | 1075 | heritage: {{ .Release.Service }} |
1049 | 1076 | annotations: |
1050 | 1077 | checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }} |
| 1078 | + {{- if .Values.st2garbagecollector.annotations }} |
| 1079 | +{{ toYaml .Values.st2garbagecollector.annotations | indent 8 }} |
| 1080 | + {{- end }} |
1051 | 1081 | spec: |
1052 | 1082 | imagePullSecrets: |
1053 | 1083 | {{- if .Values.image.pullSecret }} |
@@ -1122,6 +1152,9 @@ spec: |
1122 | 1152 | checksum/auth: {{ include (print $.Template.BasePath "/secrets_st2auth.yaml") . | sha256sum }} |
1123 | 1153 | checksum/ssh: {{ include (print $.Template.BasePath "/secrets_ssh.yaml") . | sha256sum }} |
1124 | 1154 | checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }} |
| 1155 | + {{- if .Values.st2client.annotations }} |
| 1156 | +{{ toYaml .Values.st2client.annotations | indent 8 }} |
| 1157 | + {{- end }} |
1125 | 1158 | spec: |
1126 | 1159 | imagePullSecrets: |
1127 | 1160 | {{- if .Values.st2.packs.images }} |
@@ -1283,6 +1316,9 @@ spec: |
1283 | 1316 | heritage: {{ .Release.Service }} |
1284 | 1317 | annotations: |
1285 | 1318 | checksum/chatops: {{ include (print $.Template.BasePath "/secrets_st2chatops.yaml") . | sha256sum }} |
| 1319 | + {{- if .Values.st2chatops.annotations }} |
| 1320 | +{{ toYaml .Values.st2chatops.annotations | indent 8 }} |
| 1321 | + {{- end }} |
1286 | 1322 | spec: |
1287 | 1323 | {{- if .Values.image.pullSecret }} |
1288 | 1324 | imagePullSecrets: |
|
0 commit comments