Skip to content

Commit

Permalink
Update uninstallation info to include the 'Deleting Confirmation Flag…
Browse files Browse the repository at this point in the history
…' in chart

longhorn-5250

Signed-off-by: Phan Le <phan.le@suse.com>
  • Loading branch information
PhanLe1010 authored and innobead committed Jan 11, 2023
1 parent a7e4b23 commit 69dcfa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 69dcfa5

Please sign in to comment.