parent
aaa2c3a497
commit
21dfe900f2
4 changed files with 21 additions and 1 deletions
coder/resources/db
|
@ -9,4 +9,4 @@ spec:
|
|||
secretName: coder-db-credentials
|
||||
privileges: OWNER
|
||||
secretTemplate: # Output secrets can be customized using standard Go templates
|
||||
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@app-cluster-pooler-rw.postgres.svc:5432/{{.Database}}?sslmode=require&search_path=coder"
|
||||
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@{{.Host}}:5432/{{.Database}}?sslmode=require&search_path=coder"
|
Loading…
Add table
Add a link
Reference in a new issue