You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/01/17 22:53:33 UTC

(pulsar-helm-chart) branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new aae69e8  Update README.md
aae69e8 is described below

commit aae69e897e56865071d1c366c9888a8a8e64bba3
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Wed Jan 17 14:53:28 2024 -0800

    Update README.md
    
    there is no `helm delete`, it is `helm uninstall`
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 018cbae..3908431 100644
--- a/README.md
+++ b/README.md
@@ -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