Move CSIVolumeFSGroupPolicy feature to GA

This commit is contained in:
Jonathan Dobson
2021-10-27 11:31:40 -06:00
parent c9ddd248b6
commit 082cb15648
10 changed files with 6 additions and 16 deletions

View File

@@ -828,7 +828,6 @@ func TestMounterSetUpWithFSGroup(t *testing.T) {
for i, tc := range testCases {
t.Logf("Running test %s", tc.name)
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.CSIVolumeFSGroupPolicy, tc.driverFSGroupPolicy)()
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.DelegateFSGroupToCSIDriver, tc.delegateFSGroupFeatureGate)()
volName := fmt.Sprintf("test-vol-%d", i)