From 8c693f269cf50150c2f0db3164c5f8a4c19d493c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Tue, 29 Sep 2020 11:49:50 +0200 Subject: [PATCH] docs/headlamp: document ingress block It's not required. --- docs/configuration-reference/components/headlamp.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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