doc: correct csi configmap name in external storage test readme

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2021-06-28 13:29:37 +05:30 committed by mergify[bot]
parent a688ec7bcf
commit d8e3a7a778

View File

@ -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.