mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Move ssl require
This commit is contained in:
@@ -56,5 +56,5 @@ PostgreSQL connection URL base (without table name)
|
||||
{{- $host := printf "%s-postgres-rw.%s.svc.cluster.local" (include "sogo.fullname" .) .Release.Namespace -}}
|
||||
{{- $port := "5432" -}}
|
||||
{{- $db := .Values.postgresql.database -}}
|
||||
{{- printf "postgresql://%s:${POSTGRES_PASSWORD}@%s:%s/%s" $user $host $port $db -}}
|
||||
{{- printf "postgresql://%s:${POSTGRES_PASSWORD}@%s:%s/%s?sslmode=require" $user $host $port $db -}}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user