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 445c03f commit 8c73503Copy full SHA for 8c73503
pkg/featuregate/features.go
@@ -36,8 +36,8 @@ const (
36
// defaultACKFeatureGates is a map of feature names to Feature structs
37
// representing the default feature gates for ACK controllers.
38
var defaultACKFeatureGates = FeatureGates{
39
- ResourceAdoption: {Stage: Alpha, Enabled: false},
40
- ReadOnlyResources: {Stage: Alpha, Enabled: false},
+ ResourceAdoption: {Stage: Beta, Enabled: true},
+ ReadOnlyResources: {Stage: Beta, Enabled: true},
41
TeamLevelCARM: {Stage: Alpha, Enabled: false},
42
ServiceLevelCARM: {Stage: Alpha, Enabled: false},
43
}
0 commit comments