Skip to content

Commit c9a3113

Browse files
authored
docs: fix DB URL (#4888)
1 parent 75da087 commit c9a3113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ to log in and manage templates.
4848
The cluster-internal DB URL for the above database is:
4949

5050
```console
51-
postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable
51+
postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable
5252
```
5353

5454
> Ensure you set up periodic backups so you don't lose data.

0 commit comments

Comments
 (0)