csiConfig: - clusterID: "de96a98f-3d23-465a-a899-86d3d67edab8" monitors: - "198.18.23.9:6789" - "198.18.23.10:6789" - "198.18.23.11:6789" - "198.18.23.12:6789" - "198.18.23.13:6789" # Secret containing Ceph credentials secret: create: false name: "csi-rbd-secret" # Storage class configuration (disabled - managed separately) storageClass: create: false # CSI driver configuration csiDriver: name: "rbd.csi.ceph.com" # Node plugin configuration nodeplugin: name: csi-rbdplugin updateStrategy: RollingUpdate # Provisioner configuration provisioner: name: csi-rbd-provisioner replicaCount: 3 # Image versions image: repository: quay.io/cephcsi/cephcsi tag: v3.15.0 # Enable snapshots snapshotter: image: repository: registry.k8s.io/sig-storage/csi-snapshotter tag: v8.0.1 # Enable volume expansion resizer: image: repository: registry.k8s.io/sig-storage/csi-resizer tag: v1.12.0