diff --git a/pkg/webhooks/webhooks.go b/pkg/webhooks/webhooks.go index 7305cb8e2909..95b08b2e8581 100644 --- a/pkg/webhooks/webhooks.go +++ b/pkg/webhooks/webhooks.go @@ -50,7 +50,7 @@ func NewWebhooks() []knativeinjection.ControllerConstructor { func NewCRDConversionWebhook(ctx context.Context, _ configmap.Watcher) *controller.Impl { return conversion.NewConversionController(ctx, - "/conversion/karpenter.sh", + "/conversion/karpenter.k8s.aws", ConversionResource, func(ctx context.Context) context.Context { return ctx }, )