From 09792e1166b71fe95cd94188416e45aed96084e0 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 6 Dec 2022 15:08:30 -0800 Subject: [PATCH] Apply 3c491ec5 to /docs (2.7) --- .../air-gapped-helm-cli-install/install-rancher-ha.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md index 2ea074ef230..f48e3975385 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md @@ -205,7 +205,7 @@ Install Rancher, declaring your chosen options. Use the reference table below to | `` | The DNS name for your private registry. | ```plain - helm install rancher ./rancher-.tgz --output-dir . \ + helm install rancher ./rancher-.tgz \ --namespace cattle-system \ --set hostname= \ --set rancherImage=/rancher/rancher \ @@ -217,7 +217,7 @@ Install Rancher, declaring your chosen options. Use the reference table below to If you are using a Private CA signed cert, add `--set privateCA=true` following `--set ingress.tls.source=secret`: ```plain - helm install rancher ./rancher-.tgz --output-dir . \ + helm install rancher ./rancher-.tgz \ --namespace cattle-system \ --set hostname= \ --set rancherImage=/rancher/rancher \