From 3728e04f799426b9b93a82e1b0a9d0f699f7f2bb Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Mon, 15 Jul 2024 17:38:17 +0200 Subject: [PATCH] fix patch handler --- test/extension/handlers/topologymutation/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extension/handlers/topologymutation/handler.go b/test/extension/handlers/topologymutation/handler.go index 83a46d5184..9e7d38998a 100644 --- a/test/extension/handlers/topologymutation/handler.go +++ b/test/extension/handlers/topologymutation/handler.go @@ -114,7 +114,7 @@ func (h *ExtensionHandlers) GeneratePatches(ctx context.Context, req *runtimehoo } } return nil - }) + }, topologymutation.PatchFormat{Format: runtimehooksv1.JSONMergePatchType}) } // patchKubeadmControlPlaneTemplate patches the KubeadmControlPlaneTemplate.