We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df39920 commit f9480edCopy full SHA for f9480ed
docs/install/kubernetes.md
@@ -47,7 +47,7 @@ to log in and manage templates.
47
48
The cluster-internal DB URL for the above database is:
49
50
- ```
+ ```console
51
postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable
52
```
53
@@ -60,6 +60,10 @@ to log in and manage templates.
60
1. Download the latest `coder_helm` package from
61
[GitHub releases](https://github.com/coder/coder/releases).
62
63
64
+ wget https://github.com/coder/coder/releases/download/<release>/coder_helm_<release>.tgz
65
+ ```
66
+
67
1. Create a secret with the database URL:
68
69
```sh
@@ -102,7 +106,7 @@ to log in and manage templates.
102
106
value: "kubernetes"
103
107
104
108
#tls:
105
- # secretNames:
109
+ # secretNames:
110
# - my-tls-secret-name
111
112
0 commit comments