From 2de9a165cb8a4cedf5722e1e4a6d69a378d3129b Mon Sep 17 00:00:00 2001 From: Ryan Gibbons Date: Mon, 24 May 2021 19:15:36 -0500 Subject: [PATCH] Updating example of "Customizing your Ingress" This is a bit deceiving in the current form has the path for cert-manager has changed. Other changes include: * the changing the value to more identifiable suggestion * Adding ingress.tls.source to secret which has the template skip the setting of Issuer for the ingress, allowing ClusterIssuer to take effect. --- .../install-rancher-on-k8s/chart-options/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/chart-options/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/chart-options/_index.md index 68bdf90f03e..9ee59ac0aef 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/chart-options/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/chart-options/_index.md @@ -128,7 +128,8 @@ To customize or use a different ingress with Rancher server you can set your own Example on setting a custom certificate issuer: ```plain ---set ingress.extraAnnotations.'certmanager\.k8s\.io/cluster-issuer'=ca-key-pair +--set ingress.tls.source=secret +--set ingress.extraAnnotations.'cert-manager\.io/cluster-issuer'=issuer-name ``` Example on setting a static proxy header with `ingress.configurationSnippet`. This value is parsed like a template so variables can be used.