Update _index.md

I had to track down the change to allow this setting to find all available options for this yaml (https://github.com/rancher/rancher/issues/15554#issuecomment-421165377) when trying to specify I different default registry for a cluster.
This commit is contained in:
suttin
2020-02-04 13:38:28 -06:00
committed by GitHub
parent 67b587cd5f
commit b0ab296208
@@ -65,10 +65,13 @@ ssh_agent_auth: true
# List of registry credentials
# If you are using a Docker Hub registry, you can omit the `url`
# or set it to `docker.io`
# is_default set to `true` will override the system default
# registry set in the global settings
private_registries:
- url: registry.com
user: Username
password: password
- url: registry.com
user: Username
password: password
is_default: true
# Bastion/Jump host configuration
bastion_host: