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

Commit

Permalink
docs/httpbin: Fix table
Browse files Browse the repository at this point in the history
The markdown table is broken due to a missing '|'.
  • Loading branch information
johananl committed May 29, 2020
1 parent 569455a commit 36dcaea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration-reference/components/httpbin.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Table of all the arguments accepted by the component.

Example:

| Argument | Description Default | Required |
|--------------------|-----------------------------------------------------------------------------------------------|:------------:|:--------:|
| `ingress_host` | Used as the `hosts` domain in the ingress resource for httpbin that is automatically created. | - | true |
| `certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | false |
| Argument | Description | Default | Required |
|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|:------------------------:|:--------:|
| `ingress_host` | Used as the `hosts` domain in the ingress resource for httpbin that is automatically created. | - | true |
| `certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | false |

## Applying

Expand Down

0 comments on commit 36dcaea

Please sign in to comment.