From 47de210eb6dc1878c2b4e512c0ff2231af137a00 Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Tue, 12 Nov 2019 22:32:10 -0800 Subject: [PATCH] chart: Update README for CRD cleanup Signed-off-by: Shuo Wu --- chart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/README.md b/chart/README.md index dd58281..71ae528 100644 --- a/chart/README.md +++ b/chart/README.md @@ -38,8 +38,8 @@ If your CRD instances or the CRDs themselves can't be deleted for whatever reaso ``` # 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/cleancrs.sh |bash -s v070 +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/cleancrds.sh |bash -s v070 ``` ---