temporalio / helm-charts

Temporal Helm charts
MIT License
282 stars 316 forks source link

[Bug] SQL Schema setup/update does not use TLS #441

Closed ascknx closed 1 month ago

ascknx commented 8 months ago

What are you really trying to do?

I want to use Postgres with TLS by setting server.config.persistence.default.sql.tls.enabled=true

Describe the bug

The activation of TLS is ignored by the schema setup/update job.

ascknx commented 8 months ago

there is alread a PR for this: https://github.com/temporalio/helm-charts/pull/411

robholland commented 1 month ago

411 is now merged.