feat(argo-workflows): Add Executor image pull policy (#981)
Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>
This commit is contained in:
parent
85f3039265
commit
7ce743b266
2 changed files with 3 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ data:
|
|||
{{- end }}
|
||||
{{- if or .Values.executor.resources .Values.executor.env .Values.executor.securityContext}}
|
||||
executor:
|
||||
imagePullPolicy: {{ .Values.images.pullPolicy }}
|
||||
{{- with .Values.executor.resources }}
|
||||
resources: {{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue