From a8277e70669d701f2cd38c99d668b92a27994b68 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Mon, 23 Mar 2020 09:34:19 -0700 Subject: [PATCH] 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 --- content/k3s/latest/en/installation/airgap/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/k3s/latest/en/installation/airgap/_index.md b/content/k3s/latest/en/installation/airgap/_index.md index 66564948a5d..dbfe7a38898 100644 --- a/content/k3s/latest/en/installation/airgap/_index.md +++ b/content/k3s/latest/en/installation/airgap/_index.md @@ -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