anyone knows how to change imagePullPolicy of a ta...
# flyte-support
s
anyone knows how to change imagePullPolicy of a task or workflow?
g
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
gratitude thank you 1
199 Views