diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index df4e6a61580..443c92933a1 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -73,7 +73,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ }, Disabled: []string{ "LocalStorageCapacityIsolation", // sig-pod, sjenning - "PersistentLocalVolumes", // sig-storage, hekumar@redhat.com }, }, TechPreviewNoUpgrade: &FeatureGateEnabledDisabled{ @@ -83,7 +82,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ }, Disabled: []string{ "LocalStorageCapacityIsolation", // sig-pod, sjenning - "PersistentLocalVolumes", // sig-storage, hekumar@redhat.com }, }, }