From 7e1ed75cfbc0ba4465b1945c4663f95934f773ac Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 18 May 2022 11:07:47 +0530 Subject: [PATCH] doc: remove topology mention from cephfs documentation as we are removing the topology configuration from the deployment this commit remove it from the documentation too. Signed-off-by: Humble Chirammal --- charts/ceph-csi-cephfs/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 45cc1d3f6..6aa1ec732 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -125,8 +125,6 @@ charts and their default values. | `provisioner.tolerations` | Specifies the tolerations for provisioner deployment | `{}` | | `provisioner.affinity` | Specifies the affinity for provisioner deployment | `{}` | | `provisioner.podSecurityPolicy.enabled` | Specifies whether podSecurityPolicy is enabled | `false` | -| `topology.enabled` | Specifies whether topology based provisioning support should be exposed by CSI | `false` | -| `topology.domainLabels` | DomainLabels define which node labels to use as domains for CSI nodeplugins to advertise their domains | `{}` | | `provisionerSocketFile` | The filename of the provisioner socket | `csi-provisioner.sock` | | `pluginSocketFile` | The filename of the plugin socket | `csi.sock` | | `kubeletDir` | Kubelet working directory | `/var/lib/kubelet` |