On this page
Gloo Platform CRDs
Review Helm values for the Gloo Patform CRDs Helm chart.
Option | Type | Description | Default Value |
---|---|---|---|
disableAdmissionValidation | bool | Disable admission-time validation of Gloo custom resources. This includes schema validation of resource fields such as minimum values, regex pattern checks, CEL rules, etc. Setting this field to true admits invalid resources. Required fields are still enforced. | false |
featureGates | map[string, bool] | Feature gates for Gloo products. Each feature can be enabled or disabled using a boolean value. For a list of supported features, see Feature gates. | {} |
featureGates.<MAP_KEY> | bool | Feature gates for Gloo products. Each feature can be enabled or disabled using a boolean value. For a list of supported features, see Feature gates. | |
installEnterpriseCrds | bool | Install the Enterprise CRDs. | true |
installIstioOperator | bool | Install the Istio Operator CRD. To manually manage Istio installations, set this option to false. | true |
installRateLimitConfigCrd | bool | Install the RateLimitConfig CRD. When enabled, the RateLimitConfig CRD is applied and owned by the release. | true |