Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs/headlamp: document ingress block
Browse files Browse the repository at this point in the history
It's not required.
  • Loading branch information
iaguis committed Sep 29, 2020
1 parent e85f208 commit 8c693f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration-reference/components/headlamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c693f2

Please sign in to comment.