From b5877955ca5e7114cc2ceef56c10f96c750384c8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 17:02:59 +0200 Subject: [PATCH] fix(clustertool): also fix mirror for non-dockerhub users --- clustertool/pkg/initfiles/initfiles.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clustertool/pkg/initfiles/initfiles.go b/clustertool/pkg/initfiles/initfiles.go index 1a657e49af6..b1b055a5a89 100644 --- a/clustertool/pkg/initfiles/initfiles.go +++ b/clustertool/pkg/initfiles/initfiles.go @@ -468,10 +468,10 @@ func setSpegel() { endpoints: - http://127.0.0.1:30020 - http://127.0.0.1:30021 - factory.talos.dev: - endpoints: - - http://127.0.0.1:30020 - - http://127.0.0.1:30021 + # factory.talos.dev: + # endpoints: + # - http://127.0.0.1:30020 + # - http://127.0.0.1:30021 `)