Skip to content

Commit

Permalink
UPSTREAM: <carry>: enable group snapshots by default
Browse files Browse the repository at this point in the history
Enable the group snapshot feature gate by default in e2e tests. It is
enabled in OCP 4.19 by default.

Carry until it's enabled similarly upstream or until it reaches GA.
  • Loading branch information
jsafrane committed Jan 6, 2025
1 parent 6e4f9f3 commit fbe715a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ spec:
args:
- -v=5
- --csi-address=/csi/csi.sock
- --feature-gates=CSIVolumeGroupSnapshot=true
securityContext:
# This is necessary only for systems with SELinux, where
# non-privileged sidecar containers cannot access unix domain socket
Expand Down

0 comments on commit fbe715a

Please sign in to comment.