diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index a5b864ea9..9a9725d7b 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -203,7 +203,7 @@ pluginDir: /var/lib/kubelet/plugins # Name of the csi-driver driverName: cephfs.csi.ceph.com # Name of the configmap used for state -configMapName: ceph-csi-config-cephfs +configMapName: ceph-csi-config # Key to use in the Configmap if not config.json # configMapKey: # Use an externally provided configmap diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index eb0acd7dd..f6a89706c 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -222,7 +222,7 @@ pluginDir: /var/lib/kubelet/plugins # Name of the csi-driver driverName: rbd.csi.ceph.com # Name of the configmap used for state -configMapName: ceph-csi-config-rbd +configMapName: ceph-csi-config # Key to use in the Configmap if not config.json # configMapKey: # Use an externally provided configmap