From ac8d547c77e6a1b344b5c9c9834632b1b542f17c Mon Sep 17 00:00:00 2001 From: Rafael de Almeida Date: Mon, 28 Mar 2022 18:41:57 -0300 Subject: [PATCH] Put slash to wrap command line helm --- .../behind-proxy/install-rancher/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/installation/other-installation-methods/behind-proxy/install-rancher/_index.md b/content/rancher/v2.6/en/installation/other-installation-methods/behind-proxy/install-rancher/_index.md index 35ceaf1b26a..1ce792b0672 100644 --- a/content/rancher/v2.6/en/installation/other-installation-methods/behind-proxy/install-rancher/_index.md +++ b/content/rancher/v2.6/en/installation/other-installation-methods/behind-proxy/install-rancher/_index.md @@ -64,7 +64,7 @@ And install Rancher with Helm. Rancher also needs a proxy configuration so that helm upgrade --install rancher rancher-latest/rancher \ --namespace cattle-system \ --set hostname=rancher.example.com \ - --set proxy=http://${proxy_host} + --set proxy=http://${proxy_host} \ --set noProxy=127.0.0.0/8\\,10.0.0.0/8\\,cattle-system.svc\\,172.16.0.0/12\\,192.168.0.0/16\\,.svc\\,.cluster.local ```