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 318486f commit 73ea8eaCopy full SHA for 73ea8ea
internal/operator-controller/features/features.go
@@ -73,6 +73,13 @@ var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.Feature
73
PreRelease: featuregate.Alpha,
74
LockToDefault: false,
75
},
76
+
77
+ // BoxcutterRuntime configures OLM to use the Boxcutter runtime for extension lifecycling
78
+ BoxcutterRuntime: {
79
+ Default: false,
80
+ PreRelease: featuregate.Alpha,
81
+ LockToDefault: false,
82
+ },
83
}
84
85
var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()
0 commit comments