fix db_url
This commit is contained in:
@@ -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") -}}
|
||||
|
||||
Reference in New Issue
Block a user