Update README.md

there is no `helm delete`, it is `helm uninstall`
This commit is contained in:
Lari Hotari 2024-01-17 14:53:28 -08:00 committed by GitHub
parent 584b18ad3c
commit aae69e897e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: To uninstall the Pulsar Chart, run the following command:
```bash ```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. 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 * PVCs for stateful data, which you must *consciously* remove