Hi, i’m using helm to create self hosted prefect-w...
# prefect-kubernetes
o
Hi, i’m using helm to create self hosted prefect-worker for my prefect cloud, when i created the worker pool, it is working perfect.
Copy code
helm install prefect-worker prefect/prefect-worker -f values.yaml --set-file worker.config.baseJobTemplate=base-job-template.json
once i have update my base-job-template.json with some new variables, the helm upgrade is completed successfully, and i can see my change on the configMap, but in the cloud UI, the worker pool is not updating at all. only after deleting the worker pool, the new one is being created with the relevant changes, but all my flows/deployments are not running, as they are not recognizing my worker pool (is the same name as the deleted one). We have followed the Kubernetes guide, so why the cloud UI is not updating automatically when running helm upgrade?
o
o
this sounds like a bug @Olli Kavén, what is the workaround to this problem?
o
I agree that it’s not ideal. We have prefect cli running in our CI/CD pipeline which will update the base job template of the work pool