Hello How can we deploy multiple agents on the sam...
# prefect-community
h
Hello How can we deploy multiple agents on the same kubernetes cluster, and the same namespace ? Apparently, with using the helm charts, we can just deploy one agent, if I try to deploy another, I get some problems with the role binding / role itself (as I will be overwriting the current declaration by binding it to another agent).
1
j
Hi Hamza - If you update the fullNameOverride that should allow you to deploy multiple agents
alternatively, you could deploy the agents to unique namespaces
h
Thanks for your answer, that's what I was looking for ^^
😎 1