File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ to log in and manage templates.
47
47
48
48
The cluster-internal DB URL for the above database is:
49
49
50
- ```
50
+ ``` console
51
51
postgres://coder:[email protected] :5432/coder?sslmode=disable
52
52
```
53
53
@@ -60,6 +60,10 @@ to log in and manage templates.
60
60
1 . Download the latest ` coder_helm ` package from
61
61
[ GitHub releases] ( https://github.com/coder/coder/releases ) .
62
62
63
+ ``` console
64
+ wget https://github.com/coder/coder/releases/download/<release>/coder_helm_<release>.tgz
65
+ ```
66
+
63
67
1 . Create a secret with the database URL:
64
68
65
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:
106
110
# - my-tls-secret-name
107
111
```
108
112
You can’t perform that action at this time.
0 commit comments