fix(rook-ceph): CephFS CSI use network encryption

This commit is contained in:
JJGadgets
2023-11-18 05:05:39 +08:00
parent 0f1e75261d
commit f7dfad7310

View File

@@ -34,6 +34,7 @@ spec:
enableCSIHostNetwork: true
# enableCSIEncryption: true
enableCSIEncryption: false # TODO: disable for now till needed, and key management is decided
cephFSKernelMountOptions: "ms_mode=secure" # needed for mounting CephFS on a cluster with network encryption enabled
enableMetadata: true # I love my verbosity
csiAddons: # for RBD NodeLoss failover
enabled: true