File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ to log in and manage templates.
66
66
# Uses Bitnami PostgreSQL example. If you have another database,
67
67
# change to the proper URL.
68
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"
69
+ --from-literal=url="postgres://coder:coder@coder-db -postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
70
70
```
71
71
72
72
1. Create a `values.yaml` with the configuration settings you' d like for your
@@ -119,7 +119,7 @@ to log in and manage templates.
119
119
--values values.yaml
120
120
` ` `
121
121
122
- You can watch Coder start up by running ` kubectl get pods` . Once Coder has
122
+ You can watch Coder start up by running ` kubectl get pods -n coder ` . Once Coder has
123
123
started, the ` coder-* ` pods should enter the ` Running` state.
124
124
125
125
1. Log in to Coder
You can’t perform that action at this time.
0 commit comments