From 236f05e0da7cbca9933be0491d87c6c3978e7850 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Wed, 22 Aug 2018 13:25:09 -0700 Subject: [PATCH] removing auth credentials for private registry install --- .../en/installation/ha/helm-rancher/chart-options/_index.md | 2 -- 1 file changed, 2 deletions(-) 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 2b60ca99456..d2978f92f19 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 @@ -58,8 +58,6 @@ Use `kubectl` to create a docker-registry secret in the `cattle-system` namespac ``` kubectl -n cattle-system create secret docker-registry regcred \ --docker-server="reg.example.com:5000" \ ---docker-username= \ ---docker-password= \ --docker-email= ```