Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
there is no `helm delete`, it is `helm uninstall`
  • Loading branch information
lhotari authored Jan 17, 2024
1 parent 584b18a commit aae69e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ This workaround addresses the issue by updating in-place Helm release metadata t
To uninstall the Pulsar Chart, run the following command:
```bash
helm delete <pulsar-release-name>
helm uninstall <pulsar-release-name>
```
For the purposes of continuity, these charts have some Kubernetes objects that are not removed when performing `helm delete`.
For the purposes of continuity, these charts have some Kubernetes objects that are not removed when performing `helm uninstall`.
These items we require you to *conciously* remove them, as they affect re-deployment should you choose to.
* PVCs for stateful data, which you must *consciously* remove
Expand Down

0 comments on commit aae69e8

Please sign in to comment.