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! # #########################################################