From 24fb43d30da038ec512ccf37b4ebf2d48cba8498 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 10 Nov 2022 12:51:37 +0530 Subject: [PATCH] doc: correct csi configuration references in the deployment this commit correct the csi configuration documentation in rbd deployment doc. Signed-off-by: Humble Chirammal --- docs/deploy-rbd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index 62dbfd527..67695ac2e 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -124,7 +124,7 @@ kubectl create -f csi-config-map.yaml The configmap deploys an empty CSI configuration that is mounted as a volume within the Ceph CSI plugin pods. To add a specific Ceph clusters configuration details, refer to [Creating CSI configuration for RBD based -provisioning](../examples/README.md#creating-csi-configuration-for-rbd-based-provisioning) +provisioning](../examples/README.md#creating-csi-configuration) for more information. **Deploy Ceph configuration ConfigMap for CSI pods:**