Skip to content

Commit

Permalink
ci: run snapshot tests and expand tests
Browse files Browse the repository at this point in the history
enabling snapshot,pvc clone tests and
the expand tests to see if everything
works fine.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Apr 5, 2024
1 parent c146724 commit e72cf23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/k8s-storage/driver-cephfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DriverInfo:
volumeLimits: false

# Support for volume expansion in controllers
controllerExpansion: false
controllerExpansion: true

# Support for volume expansion in nodes
nodeExpansion: false
Expand All @@ -61,7 +61,7 @@ DriverInfo:
topology: false

# Support populate data from snapshot
snapshotDataSource: false
snapshotDataSource: true

# Support populated data from PVC
pvcDataSource: false
pvcDataSource: true

0 comments on commit e72cf23

Please sign in to comment.