On this page
Gloo Gateway CRDs
Review Helm values for the gloo-gateway-crds Helm chart.
This Helm chart controls whether specific sets of CRDs for Gloo Gateway are installed. For more information about using this Helm chart, see the Helm installation guide.
| Key | Type | Description | Default |
|---|---|---|---|
| installExtAuthCRDs | bool | Whether to install external authentication (ExtAuth) CRDs. Set to false to skip installation of AuthConfig CRDs if you already have them installed, or if you don’t need external authentication functionality. | true |
| installRateLimitCRDs | bool | Whether to install rate limiting CRDs. Set to false to skip installation of RateLimitConfig CRDs if you already have them installed, or if you don’t need rate limiting functionality. | true |