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
Nate
09/12/2024, 4:33 PM
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
Zach Marinov
09/12/2024, 4:34 PM
Yep - thanks!
Zach Marinov
09/12/2024, 4:34 PM
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
Nate
09/12/2024, 5:40 PM
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