File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
config/components/base/experimental Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ components:
16
16
- ../../features/preflight-permissions
17
17
- ../../features/apiv1-metas-handler
18
18
- ../../features/helm-chart
19
+ - ../../features/boxcutter-runtime
19
20
# This one is downstream only, so we shant use it
20
21
# - ../../features/webhook-provider-openshift-serviceca
Original file line number Diff line number Diff line change @@ -1968,6 +1968,7 @@ spec:
1968
1968
- --feature-gates=SingleOwnNamespaceInstallSupport=true
1969
1969
- --feature-gates=PreflightPermissions=true
1970
1970
- --feature-gates=HelmChartSupport=true
1971
+ - --feature-gates=BoxcutterRuntime=true
1971
1972
- --catalogd-cas-dir=/var/certs
1972
1973
- --pull-cas-dir=/var/certs
1973
1974
- --tls-cert=/var/certs/tls.cert
Original file line number Diff line number Diff line change @@ -1934,6 +1934,7 @@ spec:
1934
1934
- --feature-gates=SingleOwnNamespaceInstallSupport=true
1935
1935
- --feature-gates=PreflightPermissions=true
1936
1936
- --feature-gates=HelmChartSupport=true
1937
+ - --feature-gates=BoxcutterRuntime=true
1937
1938
- --catalogd-cas-dir=/var/certs
1938
1939
- --pull-cas-dir=/var/certs
1939
1940
- --tls-cert=/var/certs/tls.cert
You can’t perform that action at this time.
0 commit comments