From 148207f8a345beb15b433f7976c8d32c9eef81a1 Mon Sep 17 00:00:00 2001 From: Eamon Bauman Date: Wed, 29 Jul 2020 14:55:18 -0500 Subject: [PATCH] Update _index.md --- content/k3s/latest/en/installation/private-registry/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/private-registry/_index.md b/content/k3s/latest/en/installation/private-registry/_index.md index ac068a6f423..44035239852 100644 --- a/content/k3s/latest/en/installation/private-registry/_index.md +++ b/content/k3s/latest/en/installation/private-registry/_index.md @@ -25,7 +25,7 @@ Mirrors is a directive that defines the names and endpoints of the private regis ``` mirrors: - docker.io: + mycustomreg.com: endpoint: - "https://mycustomreg.com:5000" ```