Ofek K
05/02/2024, 8:48 AMhelm 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?Tom Jordahl
05/16/2024, 3:45 PM