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= ```