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 11, 2024
1 parent fbbad81 commit d82337f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/karpenter/templates/clusterrole-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ rules:
- apiGroups: [""]
resources: ["pods/eviction"]
verbs: ["create"]
resourceNames: ["validation.webhook.karpenter.sh", "validation.webhook.config.karpenter.sh"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["update"]
Expand Down
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 d82337f

Please sign in to comment.