From 050e8c63c0501dfc712ec8fec389212c14c852f9 Mon Sep 17 00:00:00 2001 From: Joris De Winne Date: Sat, 11 Jan 2020 08:22:48 -0800 Subject: [PATCH] Update registry.md for auth config Signed-off-by: Joris De Winne --- docs/registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/registry.md b/docs/registry.md index 3dbf8abab..6eaeba64d 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -71,7 +71,7 @@ To configure a credential for a specific registry, create/modify the ```toml # The registry host has to be a domain name or IP. Port number is also # needed if the default HTTPS or HTTP port is not used. -[plugins.cri.registry.configs."gcr.io".auth] +[plugins.cri.registry.configs.auths."https://gcr.io"] username = "" password = "" auth = ""