https://prefect.io logo
Title
t

Tolga Karahan

02/21/2023, 3:28 PM
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

redsquare

02/21/2023, 4:08 PM
you can add it to the deploy in infra_overrides
t

Tolga Karahan

02/22/2023, 1:39 PM
Do you know in what format it is expected? A registryl URL to the image?
t

Tolga Karahan

02/22/2023, 2:01 PM
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.