File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,10 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
111111 kubectl delete singleinstancedatabase.database.oracle.com --all -n < namespace>
112112 kubectl delete shardingdatabase.database.oracle.com --all -n < namespace>
113113 kubectl delete autonomousdatabase.database.oracle.com --all -n < namespace>
114+ kubectl delete autonomousdatabasebackup.database.oracle.com --all -n < namespace>
115+ kubectl delete autonomousdatabaserestore.database.oracle.com --all -n < namespace>
116+ kubectl delete autonomouscontainerdatabase.database.oracle.com --all -n < namespace>
114117 kubectl delete dbcssystem.database.oracle.com --all -n < namespace>
115- kubectl delete acd < your-acd> -n < namespace>
116118 ```
117119
118120 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