fix db_url

This commit is contained in:
2026-05-18 13:40:21 +02:00
parent 80947f7f37
commit 6bd3b76782

View File

@@ -15,4 +15,4 @@ spec:
templates:
DATABASE_URL:
text: |
{{- printf "postgresql://%s:%s@postgres-service.taskarr.svc.cluster.local:5432/taskarr_db?sslmode=disable" (get .Secrets "username") (get .Secrets "password") -}}
{{- printf "postgresql://%s:%s@postgres-service.taskarr.svc.cluster.local:5432/taskarr?sslmode=disable" (get .Secrets "username") (get .Secrets "password") -}}