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

Commit

Permalink
Merge pull request #510 from kinvolk/johananl/fix-httpbin-table
Browse files Browse the repository at this point in the history
docs/httpbin: Fix table
  • Loading branch information
surajssd authored Jun 1, 2020
2 parents 569455a + 36dcaea commit 3581410
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 3581410

Please sign in to comment.