oracle / oracle-database-operator

The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminates the dependency on a human operator or administrator for the majority of database operations.
Universal Permissive License v1.0
138 stars 44 forks source link

ConfigMaps and custom PVC #120

Open skoofy411 opened 1 month ago

skoofy411 commented 1 month ago

Hi,

first of all thank you for great work. I am asking if there are any plans to support custom configmaps and custom PVCs. We have some additional configurations which means we need to add some custom config files to pod. PVC would be useful for configuring separate disk for rman backups.

Thank you.

NikPerne commented 1 month ago

Hi, I am also interested in the feature request for supporting custom ConfigMaps and custom PersistentVolumeClaims. We have a similar requirement to add additional configurations to the database and to support external PVCs. Thank you for everything you've done so far.