-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathexperimental.yaml
More file actions
28 lines (27 loc) · 937 Bytes
/
experimental.yaml
File metadata and controls
28 lines (27 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# experimental values for OLMv1.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# List of enabled experimental features for operator-controller
# Use with {{- if has "FeatureGate" .Values.options.operatorController.features.enabled }}
# to pull in resources or additions
options:
operatorController:
features:
enabled:
- SingleOwnNamespaceInstallSupport
- PreflightPermissions
- HelmChartSupport
- BoxcutterRuntime
- DeploymentConfig
- CompositeVersionComparison
disabled:
- WebhookProviderOpenshiftServiceCA
# List of enabled experimental features for catalogd
# Use with {{- if has "FeatureGate" .Values.options.catalogd.features.enabled }}
# to pull in resources or additions
catalogd:
features:
enabled:
- APIV1MetasHandler
# This can be one of: standard or experimental
featureSet: experimental