Skip to content

Commit

Permalink
Update pipeline/trusted-resources/config/200-clusterrole.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Lynch <wlynch92@gmail.com>
  • Loading branch information
Yongxuanzhang and wlynch authored Feb 25, 2022
1 parent af9e253 commit d11986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/trusted-resources/config/200-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
- apiGroups: ["admissionregistration.k8s.io"]
# The webhook performs a reconciliation on these two resources and continuously
# updates configuration.
resources: ["mutatingwebhookconfigurations", "validatingwebhookconfigurations"]
resources: ["validatingwebhookconfigurations"]
# knative starts informers on these things, which is why we need get, list and watch.
verbs: ["list", "watch"]
- apiGroups: ["admissionregistration.k8s.io"]
Expand Down

0 comments on commit d11986e

Please sign in to comment.