From 82edc927d1abf1abaca46435d0fddbdcd630b568 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 5 Dec 2019 11:43:30 -0700 Subject: [PATCH] Fix Helm command according to Gaurav's feedback --- .../rancher/v2.x/en/installation/ha/helm-rancher/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ec68d1ae75e..b35f6af9215 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 @@ -117,7 +117,7 @@ The default is for Rancher to generate a CA and uses `cert-manager` to issue the - Set the `hostname` to the DNS name you pointed at your load balancer. ``` -helm install rancher-/rancher \ +helm install rancher rancher-/rancher \ --namespace cattle-system \ --set hostname=rancher.my.org ``` @@ -139,7 +139,7 @@ This option uses `cert-manager` to automatically request and renew [Let's Encryp - Set `hostname` to the public DNS record, set `ingress.tls.source` to `letsEncrypt` and `letsEncrypt.email` to the email address used for communication about your certificate (for example, expiry notices) ``` -helm install rancher-/rancher \ +helm install rancher rancher-/rancher \ --namespace cattle-system \ --set hostname=rancher.my.org \ --set ingress.tls.source=letsEncrypt \ @@ -165,7 +165,7 @@ Create Kubernetes secrets from your own certificates for Rancher to use. - If you are using a Private CA signed certificate , add `--set privateCA=true` to the command shown below. ``` -helm install rancher-/rancher \ +helm install rancher rancher-/rancher \ --namespace cattle-system \ --set hostname=rancher.my.org \ --set ingress.tls.source=secret