mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
helm: update template for rbd volumegroupsnapshot
This commit updates template for rbd VolumeGroupSnapshot. The value is set to false by default. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -266,6 +266,10 @@ provisioner:
|
||||
## https://github.com/kubernetes-csi/external-snapshotter#csi-external-snapshotter-sidecar-command-line-options
|
||||
extraArgs: []
|
||||
|
||||
args:
|
||||
# enableVolumeGroupSnapshots enables support for volume group snapshots
|
||||
enableVolumeGroupSnapshots: false
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
Reference in New Issue
Block a user