mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-27 07:08:27 +00:00
Merge pull request #2373 from davidnuzik/fix-airgap1
[K3s] Fix formatting of registry.yaml example in airgap docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user