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 44589fdf7d7..0428fc02681 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
@@ -83,6 +83,7 @@ Now that Rancher is running, see [Adding TLS Secrets](tls-secrets/) to publish t
The Rancher chart configuration has many options for customizing the install to suit your specific environment. Here are some common advanced scenarios.
+* [HTTP Proxy](chart-options/#http-proxy)
* [Private Docker Image Registry/Air Gap Network](chart-options/#private-or-air-gap-registry)
* [TLS Termination on an External Load Balancer](chart-options/#external-tls-termination)
diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md
index 6243357518f..aaaac97b40c 100644
--- a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md
+++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md
@@ -30,6 +30,15 @@ weight: 276
+### HTTP Proxy
+
+Rancher requires internet access for some functionality (helm charts). Set proxy to your proxy server. Add your domain name or ip exceptions to the noProxy list. Make sure any worker cluster `controlplane` nodes are included in this list.
+
+```
+--set proxy="http://:@:/"
+--set noProxy="127.0.0.1,localhost,myinternaldomain.example.com"
+```
+
### Private or Air Gap Registry
You can point to a private registry for an "Air Gap" install.