Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
40 stars 54 forks source link

fix: ssl needs to be disabled when postgres enabled #145

Closed chriswk closed 2 months ago

chriswk commented 2 months ago

As the title says, our included postgres chart does not configure SSL connections, so DATABASE_SSL needs to be set to false when starting with included chart. If you've made the effort to configure ssl, you can still override DATABASE_SSL with dbConfig.ssl even with postgres enabled.