File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ Reduce duplication of the st2.*.conf volume details
196
196
{ {- $mongodb_port := (int (index .Values " mongodb" " service" " port" )) } }
197
197
- name: wait-for-db
198
198
image: { { template " stackstorm-ha.utilityImage" . } }
199
+ imagePullPolicy: { { .Values.image.pullPolicy } }
199
200
command:
200
201
- 'sh'
201
202
- '-c'
@@ -216,6 +217,7 @@ Reduce duplication of the st2.*.conf volume details
216
217
{ {- $rabbitmq_port := (int (index .Values " rabbitmq" " service" " port" )) } }
217
218
- name: wait-for-queue
218
219
image: { { template " stackstorm-ha.utilityImage" . } }
220
+ imagePullPolicy: { { .Values.image.pullPolicy } }
219
221
command:
220
222
- 'sh'
221
223
- '-c'
Original file line number Diff line number Diff line change @@ -1164,6 +1164,7 @@ spec:
1164
1164
{{- if $some_sensors_per_pod }}
1165
1165
- name : {{ $name }}-init-config
1166
1166
image : ' {{ template "stackstorm-ha.utilityImage" $ }}'
1167
+ imagePullPolicy : {{ $.Values.image.pullPolicy }}
1167
1168
volumeMounts :
1168
1169
- name : st2-sensor-config-vol
1169
1170
mountPath : /tmp/st2
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ spec:
135
135
{{- include "stackstorm-ha.init-containers-wait-for-db" . | nindent 6 }}
136
136
- name : wait-for-api
137
137
image : {{ template "stackstorm-ha.utilityImage" . }}
138
+ imagePullPolicy : {{ $.Values.image.pullPolicy }}
138
139
{{- with .Values.securityContext }}
139
140
securityContext : {{- toYaml . | nindent 10 }}
140
141
{{- end }}
You can’t perform that action at this time.
0 commit comments