Skip to content

Commit

Permalink
🌱 Enable ClusterResourceSet by default
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Feb 19, 2021
1 parent bc756c4 commit fb07101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ func init() {
var defaultClusterAPIFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
// Every feature should be initiated here:
MachinePool: {Default: false, PreRelease: featuregate.Alpha},
ClusterResourceSet: {Default: false, PreRelease: featuregate.Alpha},
ClusterResourceSet: {Default: true, PreRelease: featuregate.Alpha},
}

0 comments on commit fb07101

Please sign in to comment.