File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
113
113
kubectl delete singleinstancedatabase.database.oracle.com --all -n < namespace>
114
114
kubectl delete shardingdatabase.database.oracle.com --all -n < namespace>
115
115
kubectl delete autonomousdatabase.database.oracle.com --all -n < namespace>
116
- kubectl delete autonomousdatabasebackup.database.oracle.com --all -n < namespace>
117
- kubectl delete autonomousdatabaserestore.database.oracle.com --all -n < namespace>
118
- kubectl delete autonomouscontainerdatabase.database.oracle.com --all -n < namespace>
116
+ kubectl delete acd < your-acd> -n < namespace>
119
117
```
120
118
121
119
After all CRD instances are deleted, it is safe to remove the CRDs, APISerivces and operator deployment.
You can’t perform that action at this time.
0 commit comments