We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c688acd commit d5119deCopy full SHA for d5119de
internal/features/features.go
@@ -13,11 +13,10 @@ const (
13
14
var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
15
// Add new feature gate definitions
16
- // if you're adding a feature gate for fellow developers to use in ongoing development, use PreAlpha
17
// Ex: SomeFeature: {...}
18
PreflightPermissions: {
19
Default: false,
20
- PreRelease: featuregate.PreAlpha, // keep this PreAlpha until done with feature development
+ PreRelease: featuregate.Alpha,
21
LockToDefault: false,
22
},
23
}
0 commit comments