Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
add missing resource needed by the webhook (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvillard authored and knative-prow-robot committed Jan 28, 2020
1 parent 86bac88 commit 3a30be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kafka/channel/config/200-webhook-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rules:
- "admissionregistration.k8s.io"
resources:
- "mutatingwebhookconfigurations"
- "validatingwebhookconfigurations"
verbs:
- "get"
- "list"
Expand Down

0 comments on commit 3a30be4

Please sign in to comment.