Skip to content

clarify helm uninstall #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion setup/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,13 @@ If this happens, we recommend uninstalling and reinstalling:

> Double-check your values file to ensure it only contains your changes.

1. Run `helm uninstall`:
1. Run `helm uninstall`. This will uninstall all Coder-related services on the
cluster (though it preserves the namespaces). It will not delete user
environments or their associated volumes.

> `helm uninstall` will delete the timescale instance internal to the
> cluster. If you're using an external PostgreSQL database, this will not be
> affected.

```console
helm uninstall --namespace coder coder
Expand Down