Skip to content

Commit f5ca5f6

Browse files
committed
fix: md formatting
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent a1a9ab5 commit f5ca5f6

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

charts/all/letsencrypt/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# letsencrypt
22

3-
## Forked from https://github.com/validatedpatterns/letsencrypt-chart
4-
3+
## Forked from [Validated patterns lets encrypt chart.](https://github.com/validatedpatterns/letsencrypt-chart)
54

65
## Design for Azure
76
Cert-manager needs the azure resource group for a zone in order to manage the DNS.
@@ -14,11 +13,6 @@ To get this running on azure two compromises have been made
1413

1514
3. If the credentials can see more than one managed zone there may be issues. It presumes one.
1615

17-
18-
19-
20-
21-
2216
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
2317

2418
A Helm chart to add letsencrypt support to Validated Patterns.
@@ -62,7 +56,7 @@ clusterGroup:
6256
| letsencrypt.certmanagerChannel | string | `"stable-v1"` | String the channel to install cert-manager from (Defaults to "stable-v1") |
6357
| letsencrypt.duration | string | `"168h0m0s"` | Duration of the requested letsencrypt certificates (Defaults to 168h0m0s) |
6458
| letsencrypt.email | string | `"test@example.com"` | String containing the email used when requesting certificates to letsencrypt (required) These two lines need tweaking for every deployment. @example.com emails will be rejected by letsencrypt |
65-
| letsencrypt.nameservers | list | `["8.8.8.8:53","1.1.1.1:53"]` | List of DNS server (ip:port strings) to be used when doing DNS01 challenges (Defaults to [8.8.8.8:53, 1.1.1.1:53]) These two are needed because the DNS01 ACME solver needs outside DNS servers and won't really work with openshift's internal split-view DNS servers https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check |
59+
| letsencrypt.nameservers | list | `["8.8.8.8:53","1.1.1.1:53"]` | List of DNS server (ip:port strings) to be used when doing DNS01 challenges (Defaults to [8.8.8.8:53, 1.1.1.1:53]) These two are needed because the DNS01 ACME solver needs outside DNS servers and won't really work with openshift's internal split-view DNS servers [see](https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check) |
6660
| letsencrypt.organizations | list | `["hybrid-cloud-patterns.io"]` | List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io]) |
6761
| letsencrypt.region | string | `"eu-central-1"` | String that defines the region used by the route53/dns01 resolver in cert-manager (required) |
6862
| letsencrypt.renewBefore | string | `"28h0m0s"` | How long before expiration date should the certs be renewed (Defaults to 28h0m0s) |

0 commit comments

Comments
 (0)