mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.1`
This commit is contained in:
parent
307f682001
commit
b581015057
|
@ -82,7 +82,6 @@ Helm does not delete CRD objects. You can delete the ones Crossplane created
|
||||||
with the following commands:
|
with the following commands:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubectl patch lock lock -p '{"metadata":{"finalizers": []}}' --type=merge
|
|
||||||
kubectl get crd -o name | grep crossplane.io | xargs kubectl delete
|
kubectl get crd -o name | grep crossplane.io | xargs kubectl delete
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue