Fix formatting of registry.yaml example in airgap docs

- Resolves issue outlined in this comment: https://github.com/rancher/k3s/issues/1121#issuecomment-581852683

- Closes https://github.com/rancher/k3s/issues/1121
This commit is contained in:
David Nuzik
2020-03-23 09:34:19 -07:00
parent 11652776c6
commit a8277e7066
@@ -28,11 +28,11 @@ The registries.yaml file should look like this before plugging in the necessary
```
---
mirrors:
customreg:
"mycustomreg.com:5000":
endpoint:
- "https://ip-to-server:5000"
- "https://mycustomreg.com:5000"
configs:
customreg:
"mycustomreg:5000":
auth:
username: xxxxxx # this is the registry username
password: xxxxxx # this is the registry password