-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: If dbSslRootCrtSecret and/or dbSslClientCrtSecret are defined in default values, they will always be tried to mount #113
Comments
I'm also running into this issue, and it makes it so you can't install zitadel with postgresql unfortunately (using only password and username). |
I was able to install it despite these issues, but not a fun user experience. See here: https://github.com/samip5/k8s-cluster/blob/24ba742b1d8cafa012528c8e7bcdf580fbb48dce/archive/zitadel/app/helm-release.yaml#L71 & https://github.com/samip5/k8s-cluster/blob/24ba742b1d8cafa012528c8e7bcdf580fbb48dce/archive/zitadel/app/helm-release.yaml#L73 |
That fixed that error for me! Thanks, @samip5!! Agree that it's not a good user experience though and should still be fixed. If it's fix that in the values.yaml, we probably also need to fix the docs to specify those values directly via helm in the tutorials when needed. |
Yes, I did get that error and the official docs tell you about it. |
Weird that I'm still getting it, because I'm specifying the following in my values.yaml: # Additional environment variables
# see more here: https://github.com/zitadel/zitadel/blob/main/cmd/defaults.yaml
env:
- name: ZITADEL_EXTERNAL_DOMAIN
value: "**REDACTED**" It looks like I was running into this though: zitadel/zitadel#6367 After updating |
If I didn't miss anything, PR #111 should resolve this issue. |
The conditionals in https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/templates/initjob.yaml#L136 & https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/templates/initjob.yaml#L141 with current default values https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/values.yaml#L60L63 results in the initjob always trying to mount those secrets.
This results in unable to install application.
The text was updated successfully, but these errors were encountered: