From daad8070ac73d7bc7f8a98633fb94c1626dbe64e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 22 Oct 2019 12:56:11 +0530 Subject: [PATCH] Add resize side car to helm charts Signed-off-by: Humble Chirammal --- charts/ceph-csi-cephfs/values.yaml | 9 +++++++++ charts/ceph-csi-rbd/values.yaml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index b7c2e2c32..aa298ebda 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -198,6 +198,15 @@ provisioner: pullPolicy: IfNotPresent resources: {} + resizer: + name: resizer + enabled: true + image: + repository: quay.io/k8scsi/csi-resizer + tag: canary + pullPolicy: IfNotPresent + resources: {} + nodeSelector: {} tolerations: [] diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 582745da9..aaa4475a1 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -204,6 +204,16 @@ provisioner: tag: v1.2.1 pullPolicy: IfNotPresent resources: {} + + resizer: + name: resizer + enabled: true + image: + repository: quay.io/k8scsi/csi-resizer + tag: canary + pullPolicy: IfNotPresent + resources: {} + nodeSelector: {} @@ -211,6 +221,8 @@ provisioner: affinity: {} + + ######################################################### # Variables for 'internal' use please use with caution! # #########################################################