Daniel Hurst
01/15/2025, 4:04 PMMarvin
01/15/2025, 4:04 PMextraArgs
in your values.yaml
file like this:
yaml
extraArgs:
- "--pool=k8s"
This will pass the --pool=k8s
argument to the worker, instructing it to use the 'k8s' pool. For more details on deploying a worker using Helm, you can refer to the Prefect Kubernetes deployment guide.
If you need to add other configurations or secrets, you might find additional instructions in the Helm chart README.
If you have any more questions or need further assistance, feel free to ask.Mitch Nielsen
01/15/2025, 4:23 PMMitch Nielsen
01/15/2025, 4:23 PM--pool
arg in the Deployment: https://github.com/PrefectHQ/prefect-helm/blob/5df23fee71d59466f419d048189ccde170e49630/charts/prefect-worker/templates/deployment.yaml#L149-L150Daniel Hurst
01/16/2025, 9:00 AM