Hi! I’ve used the latest helm chart to deploy Pre...
# ask-community
m
Hi! I’ve used the latest helm chart to deploy Prefect to EKS. I noticed that Work Pool is configured to launch jobs to the “default” k8s namespace. I can change it in UI, but is there a way to do it in values file for the worker? Thanks 🙏
or if you mean flow https://docs.prefect.io/latest/api-ref/prefect/infrastructure/#prefect.infrastructure.KubernetesJob especially it would be written at prefect.yaml as "job_variables".
m
Thanks a lot for the links! Yeah, I think I can just override the namespace of the jobs by doing it in the “job_variables” section. I was just wandering if I could use a base job template with custom configs that would be set for the Work Pool. Can’t find a working example of the template to use. Thanks. I think we will just fix it in UI, that should do it for us.
👍 1