Typo: Must be ingress.tls.source=letsEncrypt

It was saying letEncrypt, without the s
This commit is contained in:
Fabian Topfstedt
2018-10-11 20:33:57 -07:00
committed by Denise
parent 69e7fb83c8
commit 16a1af7e2c
@@ -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.