ceph / ceph-csi-operator

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

New field in the operatorConfig CRD for the deployment model. #7

Open Madhu-1 opened 1 month ago

Madhu-1 commented 1 month ago
          IMO, the deployment mode (the operator's 'watch' scope) control makes the most sense here

something like...

spec:
  watchNamespaces: # if empty, only watch current ns, ['*'] means watch all
    - ns1
    - ns2
    - etc

_Originally posted by @BlaineEXE in https://github.com/ceph/ceph-csi-operator/pull/1#discussion_r1617728803_