Skip to content

Commit f64ecda

Browse files
author
Katie Horne
committed
Fix ordering
1 parent 058e67d commit f64ecda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup/updating.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ If this happens, we recommend uninstalling and reinstalling:
100100

101101
> Double-check your values file to ensure it only contains your changes.
102102
103-
1. Run `helm uninstall`. This will uninstall all Coder-related services in the
104-
cluster, and keep the housing namespace intact. It will not delete user
103+
1. Run `helm uninstall`. This will uninstall all Coder-related services on the
104+
cluster (though it preserves the namespaces). It will not delete user
105105
environments or their associated volumes.
106106

107107
> `helm uninstall` will delete the timescale instance internal to the
108-
> cluster. If you're using an external Postgres, it will not be affected.
108+
> cluster. If you're using an external PostgreSQL database, this will not be
109+
> affected.
109110
110111
```console
111112
helm uninstall --namespace coder coder

0 commit comments

Comments
 (0)