Skip to content

Commit

Permalink
doc: update examples to use volumeGroupNamePrefix
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar authored and mergify[bot] committed Jan 9, 2025
1 parent eebfd15 commit c2fff75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/rbd/groupsnapshotclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2fff75

Please sign in to comment.