-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
PostgreSQL 15 RDS requires connecting via TLS but our DB migration job disables it (sslmode=disable
)
{{- printf "postgres://%s:%s@%s:%s/%s?sslmode=disable" (include "controlplane.database.user" .) (include "controlplane.database.escapedPassword" .) (include "controlplane.database.host" .) (include "controlplane.database.port" .) (include "controlplane.database.name" .) }} |
We need to either support both modes without requiring user input or allow the user to customize the SSL mode in the Helm Chart values.yaml file