From 1aed03038f31b1da4e465b948a1c4144e297f8af Mon Sep 17 00:00:00 2001 From: Ross Kirkpatrick Date: Wed, 4 Mar 2020 16:16:14 -0500 Subject: [PATCH] update _index.md added the proper namespace for `helm get values rancher` to work --- content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md index b2ff236b0d1..8522ff2f813 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md @@ -80,7 +80,7 @@ This section describes how to upgrade normal (Internet-connected) or air gap ins Get the values, which were passed with `--set`, from the current Rancher Helm chart that is installed. ``` -helm get values rancher +helm get values rancher -n cattle-system hostname: rancher.my.org ```