From d8e3a7a778c7d9620443a6fc538ff6d0bea7453e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 28 Jun 2021 13:29:37 +0530 Subject: [PATCH] doc: correct csi configmap name in external storage test readme Signed-off-by: Humble Chirammal --- scripts/k8s-storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/k8s-storage/README.md b/scripts/k8s-storage/README.md index c7a64b509..a26e2f65a 100644 --- a/scripts/k8s-storage/README.md +++ b/scripts/k8s-storage/README.md @@ -8,7 +8,7 @@ driver configuration refers to a StorageClass that is used while testing. The StorageClasses are created with the `create-storageclass.sh` script and the `sc-*.yaml.in` templates. -The Ceph-CSI Configuration from the `ceph-csiconfig` ConfigMap is created with +The Ceph-CSI Configuration from the `ceph-csi-config` ConfigMap is created with `create-configmap.sh` after the deployment is finished. The ConfigMap is referenced in the StorageClasses and contains the connection details for the Ceph cluster.