File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3131 containers :
3232 - name : opal-client
3333 image : {{ include "opal.clientImage" . | quote }}
34- imagePullPolicy : IfNotPresent
34+ imagePullPolicy : {{ .Values.client.imagePullPolicy | default " IfNotPresent" | quote }}
3535 ports :
3636 - name : http
3737 containerPort : {{ .Values.client.port }}
Original file line number Diff line number Diff line change 6262 containers :
6363 - name : opal-server
6464 image : {{ include "opal.serverImage" . | quote }}
65- imagePullPolicy : IfNotPresent
65+ imagePullPolicy : {{ .Values.server.imagePullPolicy | default " IfNotPresent" | quote }}
6666 {{- if .Values.e2e }}
6767 volumeMounts :
6868 - mountPath : /opt/e2e/policy-repo-data
Original file line number Diff line number Diff line change 169169 "type" : " object" ,
170170 "title" : " resources" ,
171171 "default" : null
172+ },
173+ "imagePullPolicy" : {
174+ "type" : " string" ,
175+ "default" : " IfNotPresent" ,
176+ "title" : " when kubelet should pull specified image"
172177 }
173178 }
174179 },
204209 "type" : " object" ,
205210 "title" : " resources" ,
206211 "default" : null
212+ },
213+ "imagePullPolicy" : {
214+ "type" : " string" ,
215+ "default" : " IfNotPresent" ,
216+ "title" : " when kubelet should pull specified image"
207217 }
208218 }
209219 }
You can’t perform that action at this time.
0 commit comments