diff --git a/docs/configuration-reference/components/headlamp.md b/docs/configuration-reference/components/headlamp.md index cb5c1d611..38adb7cfb 100644 --- a/docs/configuration-reference/components/headlamp.md +++ b/docs/configuration-reference/components/headlamp.md @@ -47,9 +47,10 @@ Example: | Argument | Description | Default | Type | Required | |-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------:|:------------:|:--------:| +| `ingress` | Configuration block for exposing Headlamp through an ingress resource. | - | block | false | | `ingress.host` | Used as the `hosts` domain in the ingress resource for headlamp that is automatically created. | - | string | true | -| `ingress.class` | Ingress class to use for the Headlamp ingress. | `contour` | string | false | -| `ingress.certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | string | false | +| `ingress.class` | Ingress class to use for the Headlamp ingress. | `contour` | string | false | +| `ingress.certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | string | false | ## Applying