Hi guys. :wave: How can I specify an image pull se...
# prefect-community
t
Hi guys. 👋 How can I specify an image pull secret for a Prefect job? I tried to passing a job manifest in infra. block's Base Job Manifest configuration, but it didn't work. In what format it expects custom template? Thanks.
r
you can add it to the deploy in infra_overrides
t
Do you know in what format it is expected? A registryl URL to the image?
t
Yeah, we can add like this, I see, but it would be great if I can pass whole template as a json or yaml at once, currently when I put template in infra. block's Base Job Manifest, Pydantic raises validation error.