Skip to content

Commit 73ea8ea

Browse files
author
Per Goncalves da Silva
committed
Fix features
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 318486f commit 73ea8ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/operator-controller/features/features.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.Feature
7373
PreRelease: featuregate.Alpha,
7474
LockToDefault: false,
7575
},
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+
},
7683
}
7784

7885
var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

0 commit comments

Comments
 (0)