feat(argo-workflows): Add Executor image pull policy (#981)

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>
This commit is contained in:
Paul Ayling 2021-10-19 16:34:58 +01:00 committed by GitHub
parent 85f3039265
commit 7ce743b266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}