|
38 | 38 | {{- toYaml .Values.st2auth.annotations | nindent 8 }}
|
39 | 39 | {{- end }}
|
40 | 40 | spec:
|
41 |
| - imagePullSecrets: |
42 | 41 | {{- if .Values.image.pullSecret }}
|
| 42 | + imagePullSecrets: |
43 | 43 | - name: {{ .Values.image.pullSecret }}
|
44 | 44 | {{- end }}
|
45 | 45 | initContainers:
|
@@ -177,8 +177,8 @@ spec:
|
177 | 177 | {{- toYaml .Values.st2api.annotations | nindent 8 }}
|
178 | 178 | {{- end }}
|
179 | 179 | spec:
|
180 |
| - imagePullSecrets: |
181 | 180 | {{- if .Values.image.pullSecret }}
|
| 181 | + imagePullSecrets: |
182 | 182 | - name: {{ .Values.image.pullSecret }}
|
183 | 183 | {{- end }}
|
184 | 184 | {{- if .Values.st2.packs.images }}
|
@@ -316,8 +316,8 @@ spec:
|
316 | 316 | {{- toYaml .Values.st2stream.annotations | nindent 8 }}
|
317 | 317 | {{- end }}
|
318 | 318 | spec:
|
319 |
| - imagePullSecrets: |
320 | 319 | {{- if .Values.image.pullSecret }}
|
| 320 | + imagePullSecrets: |
321 | 321 | - name: {{ .Values.image.pullSecret }}
|
322 | 322 | {{- end }}
|
323 | 323 | initContainers:
|
@@ -426,8 +426,8 @@ spec:
|
426 | 426 | {{- toYaml .Values.st2web.annotations | nindent 8 }}
|
427 | 427 | {{- end }}
|
428 | 428 | spec:
|
429 |
| - imagePullSecrets: |
430 | 429 | {{- if .Values.image.pullSecret }}
|
| 430 | + imagePullSecrets: |
431 | 431 | - name: {{ .Values.image.pullSecret }}
|
432 | 432 | {{- end }}
|
433 | 433 | terminationGracePeriodSeconds: {{ .Values.st2web.terminationGracePeriodSeconds | default 30 }}
|
@@ -565,8 +565,8 @@ spec:
|
565 | 565 | {{- toYaml .Values.st2rulesengine.annotations | nindent 8 }}
|
566 | 566 | {{- end }}
|
567 | 567 | spec:
|
568 |
| - imagePullSecrets: |
569 | 568 | {{- if .Values.image.pullSecret }}
|
| 569 | + imagePullSecrets: |
570 | 570 | - name: {{ .Values.image.pullSecret }}
|
571 | 571 | {{- end }}
|
572 | 572 | initContainers:
|
@@ -683,8 +683,8 @@ spec:
|
683 | 683 | {{- toYaml .Values.st2timersengine.annotations | nindent 8 }}
|
684 | 684 | {{- end }}
|
685 | 685 | spec:
|
686 |
| - imagePullSecrets: |
687 | 686 | {{- if .Values.image.pullSecret }}
|
| 687 | + imagePullSecrets: |
688 | 688 | - name: {{ .Values.image.pullSecret }}
|
689 | 689 | {{- end }}
|
690 | 690 | initContainers:
|
@@ -791,8 +791,8 @@ spec:
|
791 | 791 | {{- end }}
|
792 | 792 | spec:
|
793 | 793 | terminationGracePeriodSeconds: {{ .Values.st2workflowengine.terminationGracePeriodSeconds | default 300 }}
|
794 |
| - imagePullSecrets: |
795 | 794 | {{- if .Values.image.pullSecret }}
|
| 795 | + imagePullSecrets: |
796 | 796 | - name: {{ .Values.image.pullSecret }}
|
797 | 797 | {{- end }}
|
798 | 798 | initContainers:
|
@@ -910,8 +910,8 @@ spec:
|
910 | 910 | {{- toYaml .Values.st2scheduler.annotations | nindent 8 }}
|
911 | 911 | {{- end }}
|
912 | 912 | spec:
|
913 |
| - imagePullSecrets: |
914 | 913 | {{- if .Values.image.pullSecret }}
|
| 914 | + imagePullSecrets: |
915 | 915 | - name: {{ .Values.image.pullSecret }}
|
916 | 916 | {{- end }}
|
917 | 917 | initContainers:
|
@@ -1027,8 +1027,8 @@ spec:
|
1027 | 1027 | {{- toYaml .Values.st2notifier.annotations | nindent 8 }}
|
1028 | 1028 | {{- end }}
|
1029 | 1029 | spec:
|
1030 |
| - imagePullSecrets: |
1031 | 1030 | {{- if .Values.image.pullSecret }}
|
| 1031 | + imagePullSecrets: |
1032 | 1032 | - name: {{ .Values.image.pullSecret }}
|
1033 | 1033 | {{- end }}
|
1034 | 1034 | initContainers:
|
@@ -1173,8 +1173,8 @@ spec:
|
1173 | 1173 | {{- toYaml $sensor.annotations | nindent 8 }}
|
1174 | 1174 | {{- end }}
|
1175 | 1175 | spec:
|
1176 |
| - imagePullSecrets: |
1177 | 1176 | {{- if $.Values.image.pullSecret }}
|
| 1177 | + imagePullSecrets: |
1178 | 1178 | - name: {{ $.Values.image.pullSecret }}
|
1179 | 1179 | {{- end }}
|
1180 | 1180 | {{- if $.Values.st2.packs.images }}
|
@@ -1354,8 +1354,8 @@ spec:
|
1354 | 1354 | hostAliases:
|
1355 | 1355 | {{- toYaml .Values.st2actionrunner.hostAliases | nindent 8 }}
|
1356 | 1356 | {{- end }}
|
1357 |
| - imagePullSecrets: |
1358 | 1357 | {{- if .Values.image.pullSecret }}
|
| 1358 | + imagePullSecrets: |
1359 | 1359 | - name: {{ .Values.image.pullSecret }}
|
1360 | 1360 | {{- end }}
|
1361 | 1361 | {{- if .Values.st2.packs.images }}
|
@@ -1501,8 +1501,8 @@ spec:
|
1501 | 1501 | {{- toYaml .Values.st2garbagecollector.annotations | nindent 8 }}
|
1502 | 1502 | {{- end }}
|
1503 | 1503 | spec:
|
1504 |
| - imagePullSecrets: |
1505 | 1504 | {{- if .Values.image.pullSecret }}
|
| 1505 | + imagePullSecrets: |
1506 | 1506 | - name: {{ .Values.image.pullSecret }}
|
1507 | 1507 | {{- end }}
|
1508 | 1508 | initContainers:
|
@@ -1615,11 +1615,11 @@ spec:
|
1615 | 1615 | {{- toYaml .Values.st2client.annotations | nindent 8 }}
|
1616 | 1616 | {{- end }}
|
1617 | 1617 | spec:
|
1618 |
| - imagePullSecrets: |
1619 | 1618 | {{- if .Values.st2.packs.images }}
|
1620 | 1619 | {{- include "stackstorm-ha.packs-pullSecrets" . | nindent 6 }}
|
1621 | 1620 | {{- end }}
|
1622 | 1621 | {{- if .Values.image.pullSecret }}
|
| 1622 | + imagePullSecrets: |
1623 | 1623 | - name: {{ .Values.image.pullSecret }}
|
1624 | 1624 | {{- end }}
|
1625 | 1625 | initContainers:
|
|
0 commit comments