-
Notifications
You must be signed in to change notification settings - Fork 57
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
Error: The server does not support SSL connections #144
Comments
Came here to report the same bug. Pinning to |
Alternately adding an environment variable saying |
There are probably multiple issues going on currently related to SSL. At a glance there is a typo in the deployment template
https://github.com/Unleash/helm-charts/blob/main/charts/unleash/templates/deployment.yaml#L77 |
@chriswk this should be an easy fix, it is causing a break on uprade. |
Maybe this is related, for me it's not possible to pass
Will not pass the DATABASE_SSL variable in that case. If i pass false as a string "false" , it will get double quoted.
|
Are there any updates on this? I am facing the same issue with chart version 5.1.3. |
Could the fix for this be this: Current
Fixed
In this version the |
Describe the bug
Unable to deploy Unleash with built-in Postgres DB with default DB values.
Helm Chart: unleash
Helm Chart Version: 4.1.1
Steps to reproduce the bug
helm repo add unleash https://docs.getunleash.io/helm-charts
helm template unleash unleash/unleash
helm install unleash unleash/unleash
Expected behavior
Unleash migrate a postgres DB and started successfully.
Logs, error output, etc.
Screenshots
No response
Additional context
Most likely the issue is related to this change https://github.com/Unleash/helm-charts/pull/139/files#diff-9576a5f35de34ba1784129471c2262fc5bc8bd10b69c258b07f25e1a0d1f5d44R51-R54
When I downgraded to Helm Chart Version 4.0.2, Unleash started without any errors
Unleash version
No response
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: