https://prefect.io logo
d

Devin Flake

09/15/2023, 8:03 PM
For a work pool with a type of Kubernetes, is there a way to upload a custom job template to use? either in the UI or via CLI? Or do I just have to manually add all the values in the Advanced tab of the UI?
1
e

Emil Christensen

09/15/2023, 8:23 PM
@Devin Flake I believe you can update the base job template via the API directly. Check out the API examples here, specifically the one for automations. It’ll be similar to that, but instead of an automation, you’ll want to create work pool and update work pool. The job template is
base_job_template
.
thank you 1
🙌 1