ceph / ceph-csi-operator

operator that deploys and manages the CephCSI plugins
Apache License 2.0
4 stars 6 forks source link

Operator Config API #20

Closed nb-ohad closed 3 days ago

nb-ohad commented 6 days ago

Describe what this PR does

Adds new API named OperatorConfig (operatorconfigs.csi.ceph.io) to capture operator-level configuration including overwrites for driver spec default configuration

The PR does not include CRD field validation rules. This will be resolved in a future PR

Is there anything that requires special attention

No

Related issues

Future concerns

There is still an active discussion around API naming and at the time of this PR we are still open to future name changes

nb-ohad commented 3 days ago

@Madhu-1 done