From 36dcaeab0da596f006251805b60310cb825b7f44 Mon Sep 17 00:00:00 2001 From: Johannes Liebermann Date: Fri, 29 May 2020 20:21:07 +0200 Subject: [PATCH] docs/httpbin: Fix table The markdown table is broken due to a missing '|'. --- docs/configuration-reference/components/httpbin.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration-reference/components/httpbin.md b/docs/configuration-reference/components/httpbin.md index 2d3667e0e..8ceaccc58 100644 --- a/docs/configuration-reference/components/httpbin.md +++ b/docs/configuration-reference/components/httpbin.md @@ -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