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/).
111
111
kubectl delete singleinstancedatabase.database.oracle.com --all -n < namespace>
112
112
kubectl delete shardingdatabase.database.oracle.com --all -n < namespace>
113
113
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>
114
117
kubectl delete dbcssystem.database.oracle.com --all -n < namespace>
115
- kubectl delete acd < your-acd> -n < namespace>
116
118
```
117
119
118
120
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