Skip to content

Commit d22d65d

Browse files
authored
Fix the coder-db-url secret's hostname
1 parent 235bbce commit d22d65d

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
@@ -66,7 +66,7 @@ to log in and manage templates.
6666
# Uses Bitnami PostgreSQL example. If you have another database,
6767
# change to the proper URL.
6868
kubectl create secret generic coder-db-url -n coder \
69-
--from-literal=url="postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
69+
--from-literal=url="postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
7070
```
7171
7272
1. Create a `values.yaml` with the configuration settings you'd like for your

0 commit comments

Comments
 (0)