From 793072deab101794ce101536c8e36701e98cc84f Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 2 Jun 2022 10:07:22 +0530 Subject: [PATCH] doc: remove attacher sidecar mentions from chart README This commit remove the references to the attacher sidecar attributes. Signed-off-by: Humble Chirammal --- charts/ceph-csi-cephfs/Chart.yaml | 2 +- charts/ceph-csi-cephfs/README.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/ceph-csi-cephfs/Chart.yaml b/charts/ceph-csi-cephfs/Chart.yaml index 9238c26e9..46d38df97 100644 --- a/charts/ceph-csi-cephfs/Chart.yaml +++ b/charts/ceph-csi-cephfs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: canary description: "Container Storage Interface (CSI) driver, -provisioner, snapshotter and attacher for Ceph cephfs" +provisioner, snapshotter and resizer for Ceph cephfs" name: ceph-csi-cephfs version: 3-canary keywords: diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index d73c537bf..60aa16be6 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -108,11 +108,6 @@ charts and their default values. | `provisioner.provisioner.image.repository` | Specifies the csi-provisioner image repository URL | `registry.k8s.io/sig-storage/csi-provisioner` | | `provisioner.provisioner.image.tag` | Specifies image tag | `v3.1.0` | | `provisioner.provisioner.image.pullPolicy` | Specifies pull policy | `IfNotPresent` | -| `provisioner.attacher.image.repository` | Specifies the csi-attacher image repository URL | `registry.k8s.io/sig-storage/csi-attacher` | -| `provisioner.attacher.image.tag` | Specifies image tag | `v3.4.0` | -| `provisioner.attacher.image.pullPolicy` | Specifies pull policy | `IfNotPresent` | -| `provisioner.attacher.name` | Specifies the name of csi-attacher sidecar | `attacher` | -| `provisioner.attacher.enabled` | Specifies whether attacher sidecar is enabled | `true` | | `provisioner.resizer.image.repository` | Specifies the csi-resizer image repository URL | `registry.k8s.io/sig-storage/csi-resizer` | | `provisioner.resizer.image.tag` | Specifies image tag | `v1.4.0` | | `provisioner.resizer.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |