Skip to content

Commit

Permalink
Make the feature gate Alpha
Browse files Browse the repository at this point in the history
b/c PreAlpha cannot be toggled

Signed-off-by: Brett Tofel <[email protected]>
  • Loading branch information
bentito committed Feb 3, 2025
1 parent d7bdc45 commit 0692c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ const (

var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
// Add new feature gate definitions
// if you're adding a feature gate for fellow developers to use in ongoing development, use PreAlpha
// Ex: SomeFeature: {...}
PreflightPermissions: {
Default: false,
PreRelease: featuregate.PreAlpha, // keep this PreAlpha until done with feature development
PreRelease: featuregate.Alpha,
LockToDefault: false,
},
}
Expand Down

0 comments on commit 0692c94

Please sign in to comment.