This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,22 +46,22 @@ kubectl config set-context --current --namespace=coder
46
46
` helm search repo coder -l ` )
47
47
48
48
``` console
49
- helm install coder coder/coder -n coder --version=<VERSION>
49
+ helm install coder coder/coder -namespace coder --version=<VERSION>
50
50
```
51
51
52
52
** Steps 3-5 are optional for non-production deployments.**
53
53
54
54
1 . Get a copy of your Helm config values so that you can modify it; you'll need
55
- to modify the Helm chart to update your PostgreSQL databases (step 4) and
55
+ to modify these values to update your PostgreSQL databases (step 4) and
56
56
enable dev URLs (step 5):
57
57
58
58
a. Get a copy of your existing Helm values and save it as ` values.yaml ` :
59
59
` helm get values coder -n coder | tail -n +2 > values.yaml `
60
60
61
61
b. Edit the ` values.yaml ` file as needed.
62
62
63
- > View the
64
- > [ configuration options available in the ` values.yaml ` file.] ( https://github.com/cdr/enterprise-helm#values )
63
+ > View the [ configuration options available in the ` values.yaml `
64
+ > file.] ( https://github.com/cdr/enterprise-helm#values )
65
65
66
66
c. Upgrade/install your Coder deployment with the updated Helm chart (be sure
67
67
to replace the placeholder value with your Coder version). ** This must be
You can’t perform that action at this time.
0 commit comments