From b581015057540e2dd4ee4b36d62a6ba3b11bf4c4 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Wed, 2 Jun 2021 20:36:22 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.1` --- docs/v1.1/reference/uninstall.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/v1.1/reference/uninstall.md b/docs/v1.1/reference/uninstall.md index 0a7a66b6..18337fb9 100644 --- a/docs/v1.1/reference/uninstall.md +++ b/docs/v1.1/reference/uninstall.md @@ -82,7 +82,6 @@ Helm does not delete CRD objects. You can delete the ones Crossplane created with the following commands: ```console -kubectl patch lock lock -p '{"metadata":{"finalizers": []}}' --type=merge kubectl get crd -o name | grep crossplane.io | xargs kubectl delete ```