From 16a1af7e2c5cc8ee88b551380e07d1f9067b7989 Mon Sep 17 00:00:00 2001 From: Fabian Topfstedt Date: Thu, 11 Oct 2018 16:28:11 +0200 Subject: [PATCH] Typo: Must be ingress.tls.source=letsEncrypt It was saying letEncrypt, without the s --- content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md index 985bec58f97..ab7f4654d31 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md @@ -73,7 +73,7 @@ helm install rancher-stable/rancher \ Use [LetsEncrypt](https://letsencrypt.org/)'s free service to issue trusted SSL certs. This configuration uses http validation so the Load Balancer must have a Public DNS record and be accessible from the internet. -Set `hostname`, `ingress.tls.source=letEncrypt` and LetsEncrypt options. +Set `hostname`, `ingress.tls.source=letsEncrypt` and LetsEncrypt options. >**Using Air Gap?** [Set the `rancherImage` option]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/install-rancher/#install-rancher-using-private-registry) in your command, pointing toward your private registry.