File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,13 @@ If this happens, we recommend uninstalling and reinstalling:
100
100
101
101
> Double-check your values file to ensure it only contains your changes.
102
102
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
105
105
environments or their associated volumes.
106
106
107
107
> ` 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.
109
110
110
111
``` console
111
112
helm uninstall --namespace coder coder
You can’t perform that action at this time.
0 commit comments