Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coder-db-url
1 parent 235bbce commit d22d65dCopy full SHA for d22d65d
docs/install/kubernetes.md
@@ -66,7 +66,7 @@ to log in and manage templates.
66
# Uses Bitnami PostgreSQL example. If you have another database,
67
# change to the proper URL.
68
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"
+ --from-literal=url="postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
70
```
71
72
1. Create a `values.yaml` with the configuration settings you'd like for your
0 commit comments