anyone knows how to change imagePullPolicy of a ta...
# ask-the-community
n
anyone knows how to change imagePullPolicy of a task or workflow?
k
podTemplate. https://docs.flyte.org/en/latest/deployment/configuration/general.html#example-podtemplate Add imagePullPolicy to the template, then propeller will override task’s imagePullPolicy
you could also use it in task decorator. https://github.com/flyteorg/flytekit/pull/1425
178 Views