Replies: 1 comment 5 replies
-
Maybe since cockroachDb is only used for zitadel and restricted to this namespace anyway, I could just create one user for both zitadel and the admin user 🤔 ... I'll try that. It's a common approach with isolated databases in other stacks that use postgres, for instance. I'll report in findings as I go. This is the last thing blocking the setup of zitadel so that I can move onto testing the API and then I can go play with the Go sdk. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Zitadel friends!
I'm deploying both the cockroachdb and zitadel helm charts through argocd. cockroachdb values:
Here's the values.yaml for zitadel:
cockroachdb is up, but one of zitadel's helm hook setup jobs seems to fail with:
I verified the secrets are in place and cockroach db is happy (both zitadel and cockroachdb are installed in the same namespace via the magic of argocd, ref: app, appSet):
What am I still doing wrong? 🤔
Beta Was this translation helpful? Give feedback.
All reactions