Skip to content

Commit

Permalink
grant istio-reader update authority as we change to use update for mu…
Browse files Browse the repository at this point in the history
…tatingwebhookconfig (istio#28650)
  • Loading branch information
irisdingbj authored Nov 6, 2020
1 parent eaacb6e commit f3033c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/charts/base/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ rules:
verbs: ["create", "get", "list", "watch", "update"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations"]
verbs: ["get", "list", "watch", "patch"]
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["validatingwebhookconfigurations"]
verbs: ["get", "list", "watch", "update"]

0 comments on commit f3033c2

Please sign in to comment.