mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
Add resize side car to helm charts
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
b721accaf5
commit
daad8070ac
@ -198,6 +198,15 @@ provisioner:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
resizer:
|
||||||
|
name: resizer
|
||||||
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: quay.io/k8scsi/csi-resizer
|
||||||
|
tag: canary
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
resources: {}
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
@ -204,6 +204,16 @@ provisioner:
|
|||||||
tag: v1.2.1
|
tag: v1.2.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
resizer:
|
||||||
|
name: resizer
|
||||||
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: quay.io/k8scsi/csi-resizer
|
||||||
|
tag: canary
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
resources: {}
|
||||||
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
@ -211,6 +221,8 @@ provisioner:
|
|||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
# Variables for 'internal' use please use with caution! #
|
# Variables for 'internal' use please use with caution! #
|
||||||
#########################################################
|
#########################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user