I am creating workpools via terraform. These workp...
# prefect-cloud
z
I am creating workpools via terraform. These workpools are backed by k8s workers. In the base job config of the workpool, I can specify this namespace. If I specify the namespace but I leave all other fields blank in the config, what is the behavior? I'm guessing stuff like stream output and image pull policies have a default?
n
hi @Zach Marinov - yep, exactly! in many cases, work pool defaults are functional out of the box but in a k8s situation you'll likely have to set namespace / service account at least
z
Yep - thanks!
Curious, off the cuff do you know if the helm chart can be configured to create the jobs in namespace
foo
rather than doing this through the workpool?
n
hmm as asked i think the answer is no, because even if you set the work pool's base job template via the helm chart, you'd still be using the work pool to set the namespace
🙌 1
z
I see - thanks!