diff --git a/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst b/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst index d1b1e2e8d..6450eedc2 100644 --- a/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst +++ b/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst @@ -75,7 +75,9 @@ application-specific namespaces to access the **cephfs-provisioner** | | userSecretName: ceph-pool-kube-cephfs-data | | | volumeNamePrefix: pvc-volumes- | | | csiConfig: | - | | - clusterID: 6d273112-f2a6-4aec-8727-76b690274c60 | + | | - cephFS: | + | | subvolumeGroup: csi | + | | clusterID: 6d273112-f2a6-4aec-8727-76b690274c60 | | | monitors: | | | - 192.168.204.2:6789 | | | provisioner: | @@ -105,7 +107,8 @@ application-specific namespaces to access the **cephfs-provisioner** | | userSecretName: ceph-pool-kube-cephfs-data | | | volumeNamePrefix: pvc-volumes- | | | csiConfig: | - | | - clusterID: !!binary | | + | | - cephFS: {subvolumeGroup: csi} | + | | clusterID: !!binary | | | | NmQyNzMxMTItZjJhNi00YWVjLTg3MjctNzZiNjkwMjc0YzYw | | | monitors: ['192.168.204.2:6789'] | | | provisioner: {replicaCount: 1} |