From 5a27ebd9b9c3b3fdf5d2d57cc1ff786fa087f8d1 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 7 Aug 2019 15:24:03 -0700 Subject: [PATCH] Change env variable to match code from github issue resolution --- .../install-rancher/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md index 1077d3ac22c..b6d09e42324 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md @@ -77,15 +77,14 @@ By default, Rancher generates a CA and uses cert manager to issue the certificat --set hostname= \ --set rancherImage=/rancher/rancher --set 'extraEnv[0].name=CATTLE_SYSTEM_DEFAULT_REGISTRY' - --set 'extraEnv[0].value=' + --set 'extraEnv[0].value=' ``` Placeholder | Description ------------|------------- `` | The version number of the output tarball. `` | The DNS name you pointed at your load balancer. - `` | The DNS name for your private registry. - `` | The DNS name for your private registry. This configures Rancher to use your private registry when starting the `rancher/rancher` container. + `` | The DNS name for your private registry. This configures Rancher to use your private registry when starting the `rancher/rancher` container. {{% /accordion %}} @@ -105,15 +104,14 @@ By default, Rancher generates a CA and uses cert manager to issue the certificat --set rancherImage=/rancher/rancher \ --set ingress.tls.source=secret --set 'extraEnv[0].name=CATTLE_SYSTEM_DEFAULT_REGISTRY' - --set 'extraEnv[0].value=' + --set 'extraEnv[0].value=' ``` Placeholder | Description ------------|------------- `` | The version number of the output tarball. `` | The DNS name you pointed at your load balancer. - `` | The DNS name for your private registry. - `` | The DNS name for your private registry. This configures Rancher to use your private registry when starting the `rancher/rancher` container. + `` | The DNS name for your private registry. This configures Rancher to use your private registry when starting the `rancher/rancher` container. > **Note:** If you are using a Private CA signed cert, add `--set privateCA=true` following `--set ingress.tls.source=secret`