Hi @Prefect,
We are deploying Prefect Agent to AKS using Helm Charts. In the values.yaml file we are providing the work-pool name. But looks like helm chart deployment runs successfully but it does not create the work-pool mentioned in values.yaml file. For reference purpose see attached copy values.yaml file(removed sensitive information).
✅ 1
j
Jamie Zieziula
04/19/2023, 12:25 AM
Let me double check but I think thats expected behavior. The helm chart / cli will not create a workpool for you, but rather set the configuration to use the
default
(already created) workpool in your workspace
This is slightly different behavior than how we handled
work-queues
which we would create for you if it did not already exist