fixup! helm: rename CoreDNS configmap

This commit is contained in:
Markus Rudy 2024-09-12 23:25:07 +02:00
parent 1507ca4aeb
commit c044787378

View File

@ -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
}