Update uninstallation info to include the 'Deleting Confirmation Flag' in chart

longhorn-5250

Signed-off-by: Phan Le <phan.le@suse.com>
(cherry picked from commit 69dcfa5277)
This commit is contained in:
Phan Le 2023-01-10 22:43:09 -08:00 committed by David Ko
parent bbe8eaf4c1
commit 5569b600c6

View File

@ -49,11 +49,13 @@ helm install longhorn longhorn/longhorn --namespace longhorn-system
With Helm 2 to uninstall Longhorn.
```
kubectl -n longhorn-system patch -p '{"value": "true"}' --type=merge lhs deleting-confirmation-flag
helm delete longhorn --purge
```
With Helm 3 to uninstall Longhorn.
```
kubectl -n longhorn-system patch -p '{"value": "true"}' --type=merge lhs deleting-confirmation-flag
helm uninstall longhorn -n longhorn-system
kubectl delete namespace longhorn-system
```