chart: Update README for CRD cleanup

Signed-off-by: Shuo Wu <shuo@rancher.com>
This commit is contained in:
Shuo Wu 2019-11-12 22:32:10 -08:00 committed by Sheng Yang
parent efb9a5d7fd
commit 47de210eb6

View File

@ -38,8 +38,8 @@ If your CRD instances or the CRDs themselves can't be deleted for whatever reaso
``` ```
# Delete CRD instances and definitions # Delete CRD instances and definitions
curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrs.sh |bash -s v062 curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrds.sh |bash -s v062
curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrs.sh |bash -s v070 curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrds.sh |bash -s v070
``` ```
--- ---