Hi :wave: should it be possible to override a task...
# ask-the-community
g
Hi 👋 should it be possible to override a task’s
pod_template
? Not sure if this is a bug, I’m doing something wrong, or simply not supported. When adding a
pod_template
in the
@task
decorator, I can see it being used. If I instead add the same
PodTemplate(...)
to the
.with_overrides(..., pod_template=PodTemplate(.,.))
it does not get used.
Ah I found this PR, so guess this is not possible at the moment? I’ll add a comment there.