Files
fog/ceph-csi-drivers/values.yaml.gotmpl
T
Grant Hunter 863e51159e update ceph
2026-07-15 09:39:37 -06:00

33 lines
1.1 KiB
Go Template

# Rook-compatible default values for the ceph-csi-drivers Helm chart.
#
# Use these values when installing or upgrading the ceph-csi-drivers chart
# alongside the rook-ceph operator chart. The driver names must match the
# provisioner names used by Rook (e.g. in StorageClasses and VolumeSnapshotClasses).
#
# If the Rook operator is installed in a namespace other than rook-ceph, replace
# "rook-ceph" in the driver names below with your operator namespace.
operatorConfig:
namespace: rook-ceph # namespace:operator
driverSpecDefaults:
imageSet:
name: rook-csi-operator-image-set-configmap
nodePlugin:
priorityClassName: system-node-critical
controllerPlugin:
priorityClassName: system-cluster-critical
drivers:
rbd:
enabled: true
name: rook-ceph.rbd.csi.ceph.com # csi-provisioner-name
cephfs:
enabled: true
name: rook-ceph.cephfs.csi.ceph.com # csi-provisioner-name
nfs:
enabled: false
name: rook-ceph.nfs.csi.ceph.com # csi-provisioner-name
nvmeof:
enabled: false
name: rook-ceph.nvmeof.csi.ceph.com # csi-provisioner-name