Skip to content

Commit

Permalink
fix patch handler
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 15, 2024
1 parent 9960f4e commit 3728e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extension/handlers/topologymutation/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (h *ExtensionHandlers) GeneratePatches(ctx context.Context, req *runtimehoo
}
}
return nil
})
}, topologymutation.PatchFormat{Format: runtimehooksv1.JSONMergePatchType})
}

// patchKubeadmControlPlaneTemplate patches the KubeadmControlPlaneTemplate.
Expand Down

0 comments on commit 3728e04

Please sign in to comment.