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
141 stars 45 forks source link

ConfigMaps and custom PVC #120

Open skoofy411 opened 3 months ago

skoofy411 commented 3 months 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 3 months 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.

psaini79 commented 1 month ago

@skoofy411 and @NikPerne , thanks for sharing the requirements. Please let me know which controller requires this functionality? SIDB? GDD (Sharding)?

NikPerne commented 3 weeks ago

Hi, thanks for the response. The SIDB controller requires this functionality.