Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit ed41540

Browse files
author
Katie Horne
committed
Edit text
1 parent a834b7f commit ed41540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ kubectl config set-context --current --namespace=coder
4646
`helm search repo coder -l`)
4747

4848
```console
49-
helm install coder coder/coder -n coder --version=<VERSION>
49+
helm install coder coder/coder -namespace coder --version=<VERSION>
5050
```
5151

5252
**Steps 3-5 are optional for non-production deployments.**
5353

5454
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
5656
enable dev URLs (step 5):
5757

5858
a. Get a copy of your existing Helm values and save it as `values.yaml`:
5959
`helm get values coder -n coder | tail -n +2 > values.yaml`
6060

6161
b. Edit the `values.yaml` file as needed.
6262

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)
6565
6666
c. Upgrade/install your Coder deployment with the updated Helm chart (be sure
6767
to replace the placeholder value with your Coder version). **This must be

0 commit comments

Comments
 (0)