From c0447873782cdecb5c5c0b5671bed0bc945719f3 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 12 Sep 2024 23:25:07 +0200 Subject: [PATCH] fixup! helm: rename CoreDNS configmap --- cli/internal/cmd/upgradeapply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/cmd/upgradeapply_test.go b/cli/internal/cmd/upgradeapply_test.go index a5effab88..db4012596 100644 --- a/cli/internal/cmd/upgradeapply_test.go +++ b/cli/internal/cmd/upgradeapply_test.go @@ -379,7 +379,7 @@ func (m *mockApplier) AnnotateCoreDNSResources(_ context.Context) error { return nil } -func (s *mockApplier) CleanupCoreDNSResources(_ context.Context) error { +func (m *mockApplier) CleanupCoreDNSResources(_ context.Context) error { return nil }