docs snapshot for crossplane version `v1.1`

This commit is contained in:
Crossplane 2021-06-02 20:36:22 +00:00
parent 307f682001
commit b581015057
1 changed files with 0 additions and 1 deletions

View File

@ -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
```