This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,9 @@ kubectl config set-context --current --namespace=coder
6767 coder coder/coder -n coder --version=<VERSION > -f values.yaml`. ** This
6868 must be done for whenever you update the helm chart.**
6969
70- 4 . Add the following to your helm chart so that Coder uses your external
71- PostgreSQL databases:
70+ 4 . Ensure that you have superuser privileges to your PostgreSQL database. Add
71+ the following to your helm chart so that Coder uses your external PostgreSQL
72+ databases:
7273
7374 ``` yaml
7475 postgres :
Original file line number Diff line number Diff line change @@ -7,26 +7,25 @@ This guide will show you how to update your Coder deployment.
77
88## Prerequisites
99
10- If you haven't already, install [ helm] ( https://helm.sh/docs/intro/install/ ) .
10+ - If you haven't already, install [ helm] ( https://helm.sh/docs/intro/install/ ) .
1111
12- Before beginning the update process, please make sure that you've added the
13- Coder helm repo to your cluster. You can verify that the Coder repo has been
14- added to helm using ` helm repo list ` :
12+ - Before beginning the update process, ensure that you've added the Coder helm
13+ repo to your cluster. You can verify that the Coder repo has been added to
14+ helm using ` helm repo list ` :
1515
16- ``` console
17- $ helm repo list
18- NAME URL
19- coder https://helm.coder.com
20- ```
16+ ``` console
17+ $ helm repo list
18+ NAME URL
19+ coder https://helm.coder.com
20+ ```
2121
22- If you don't have the Coder repo, you can add it:
22+ If you don't have the Coder repo, you can add it:
2323
24- ``` console
25- helm repo add coder https://helm.coder.com
26- ```
24+ ``` console
25+ helm repo add coder https://helm.coder.com
26+ ```
2727
28- Please also ensure that your Kubernetes config is pointing to the cluster on
29- which you've deployed Coder.
28+ - Ensure that you have superuser privileges to your PostgreSQL database.
3029
3130## Recommendations
3231
You can’t perform that action at this time.
0 commit comments