Skip to content

Commit 0826be1

Browse files
committed
add BoxcutterRuntime feature gate to experimental release
Signed-off-by: Joe Lanford <[email protected]>
1 parent 1b9f11a commit 0826be1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config/components/base/experimental/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ components:
1616
- ../../features/preflight-permissions
1717
- ../../features/apiv1-metas-handler
1818
- ../../features/helm-chart
19+
- ../../features/boxcutter-runtime
1920
# This one is downstream only, so we shant use it
2021
# - ../../features/webhook-provider-openshift-serviceca

manifests/experimental-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,7 @@ spec:
19681968
- --feature-gates=SingleOwnNamespaceInstallSupport=true
19691969
- --feature-gates=PreflightPermissions=true
19701970
- --feature-gates=HelmChartSupport=true
1971+
- --feature-gates=BoxcutterRuntime=true
19711972
- --catalogd-cas-dir=/var/certs
19721973
- --pull-cas-dir=/var/certs
19731974
- --tls-cert=/var/certs/tls.cert

manifests/experimental.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,7 @@ spec:
19341934
- --feature-gates=SingleOwnNamespaceInstallSupport=true
19351935
- --feature-gates=PreflightPermissions=true
19361936
- --feature-gates=HelmChartSupport=true
1937+
- --feature-gates=BoxcutterRuntime=true
19371938
- --catalogd-cas-dir=/var/certs
19381939
- --pull-cas-dir=/var/certs
19391940
- --tls-cert=/var/certs/tls.cert

0 commit comments

Comments
 (0)