mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-25 22:29:30 +00:00
doc: update examples to use volumeGroupNamePrefix
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
eebfd15e78
commit
c2fff75610
@ -14,6 +14,10 @@ parameters:
|
||||
# eg: pool: rbdpool
|
||||
pool: <rbd-pool-name>
|
||||
|
||||
# (optional) Prefix to use for naming RBD groups.
|
||||
# If omitted, defaults to "csi-vol-group-".
|
||||
# volumeGroupNamePrefix: "foo-bar-"
|
||||
|
||||
csi.storage.k8s.io/group-snapshotter-secret-name: csi-rbd-secret
|
||||
csi.storage.k8s.io/group-snapshotter-secret-namespace: default
|
||||
deletionPolicy: Delete
|
||||
|
Loading…
Reference in New Issue
Block a user