Skip to content

Commit

Permalink
fix conflict w/ upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Jul 10, 2024
1 parent e5b4ec3 commit d129d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhooks/webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
)
Expand Down

0 comments on commit d129d40

Please sign in to comment.