From 670c3b6d23b3807c0345eb93e9222e8b5379c4fe Mon Sep 17 00:00:00 2001 From: chenxu1990 Date: Fri, 31 Jul 2020 10:55:24 +0800 Subject: [PATCH] deploy: update the default configmap value of helm chart update the configmap from ceph-csi-config-cephfs and ceph-csi-config-rbd to ceph-csi-config Signed-off-by: chenxu1990 --- charts/ceph-csi-cephfs/values.yaml | 2 +- charts/ceph-csi-rbd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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