Hello spicedb team quick question:
- I have a spiceDB cluster running on k8s (without operator) with dispatch disabled
- I want to enable dispatch
- If I simply switch it on the new pods will fail to start because the dispatch check returns TRANSIENT_FAILURE. I'm guessing it is because it will try to connect to the existing cluster which won't work
Is my only option deploy to a new cluster and update my LBs afterwards?