Skip to content

Commit 0692c94

Browse files
committed
Make the feature gate Alpha
b/c PreAlpha cannot be toggled Signed-off-by: Brett Tofel <[email protected]>
1 parent d7bdc45 commit 0692c94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/features/features.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ const (
1313

1414
var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
1515
// Add new feature gate definitions
16-
// if you're adding a feature gate for fellow developers to use in ongoing development, use PreAlpha
1716
// Ex: SomeFeature: {...}
1817
PreflightPermissions: {
1918
Default: false,
20-
PreRelease: featuregate.PreAlpha, // keep this PreAlpha until done with feature development
19+
PreRelease: featuregate.Alpha,
2120
LockToDefault: false,
2221
},
2322
}

0 commit comments

Comments
 (0)