how to change the image pull policy of the workflow step pod #7347
-
for example, the workflow step pod like the following: apiVersion: v1
is it possible to change imagePullPolicy? it's default value is "Always", and how to change it |
Beta Was this translation helpful? Give feedback.
Answered by
terrytangyuan
Dec 7, 2021
Replies: 1 comment
-
You can change the main container's spec via podSpecPatch in workflowSpec or add your executor container spec in controller's configmap. See #7342 too. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
terrytangyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the main container's spec via podSpecPatch in workflowSpec or add your executor container spec in controller's configmap. See #7342 too.