Marty Ko
09/06/2023, 9:23 AMMarvin
09/06/2023, 9:24 AMvalues.yaml
file to customize the Prefect worker configuration. In this file, you should specify your target account ID, workspace ID, and work pool name under worker: cloudApiConfig:
. Here's an example:
yaml
worker:
cloudApiConfig:
accountId: <target account ID>
workspaceId: <target workspace ID>
config:
workPool: <target work pool name>
2. Once you have your values.yaml
file set up, you can install the Prefect worker using the Helm chart with your custom values.yaml
file. Here's the command for that:
bash
helm install prefect-worker prefect/prefect-worker --namespace=prefect
Remember, your Account ID and Workspace ID can be found in your browser URL when you're logged into Prefect Cloud.
I hope this helps, or at least distracts you from the existential dread of being a human for a while. If you need more help, let me know. I've got all the time in the world... and the universe.