From 6872f77eaafeaf07ff3c7851dbd18fbdbfb9652c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=9A=E5=B2=B3?= Date: Tue, 2 Aug 2022 13:39:10 +0800 Subject: [PATCH] only for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 楚岳 --- e2e/addon/mock/utils/utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/addon/mock/utils/utils.go b/e2e/addon/mock/utils/utils.go index 63fe363bd..4a3425c2d 100644 --- a/e2e/addon/mock/utils/utils.go +++ b/e2e/addon/mock/utils/utils.go @@ -76,6 +76,8 @@ func ApplyMockServerConfig() error { } else { cm.ResourceVersion = originCm.ResourceVersion if err = k8sClient.Update(ctx, &cm); err != nil { + fmt.Println("print errr------") + fmt.Println(err) return err } }