Removing duplicated note.

In section 4. "Install cert-manager", the note about skipping cert manager install when bringing own certificates was duplicated.
This commit is contained in:
Tim Irnich
2022-05-27 10:24:23 +02:00
committed by GitHub
parent 0f2658d6ff
commit ad883c4fe2
@@ -108,8 +108,6 @@ There are three recommended options for the source of the certificate used for T
> You should skip this step if you are bringing your own certificate files (option `ingress.tls.source=secret`), or if you use [TLS termination on an external load balancer]({{<baseurl>}}/rancher/v2.6/en/installation/install-rancher-on-k8s/chart-options/#external-tls-termination).
> You should skip this step if you are bringing your own certificate files (option `ingress.tls.source=secret`), or if you use [TLS termination on an external load balancer]({{<baseurl>}}/rancher/v2.6/en/installation/install-rancher-on-k8s/chart-options/#external-tls-termination).
This step is only required to use certificates issued by Rancher's generated CA (`ingress.tls.source=rancher`) or to request Let's Encrypt issued certificates (`ingress.tls.source=letsEncrypt`).
{{% accordion id="cert-manager" label="Click to Expand" %}}