From cef7e9597042028da217300725e6ff885a22cfe0 Mon Sep 17 00:00:00 2001 From: Mateus Valgueiro Date: Mon, 15 Apr 2024 15:15:35 -0300 Subject: [PATCH] Fix name of option being used on doc (#1235) --- .../installation-references/helm-chart-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md index 19afe0bbb3d..35ebfaa9082 100644 --- a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md +++ b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md @@ -153,7 +153,7 @@ Rancher supports CIDR notation ranges in this list. When not including sensitive data, the `proxy` or `extraEnv` chart options can be used. When using `extraEnv` the `noProxy` Helm option is ignored. Therefore, the `NO_PROXY` environment variable must also be set with `extraEnv`. -The following is an example of setting proxy using the `extraEnv` chart option: +The following is an example of setting proxy using the `proxy` chart option: ```plain --set proxy="http:///"