Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Add missing RBAC permissions needed by webhook (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and google-prow-robot committed Jun 28, 2018
1 parent 2004c5c commit a8406e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/200-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ metadata:
name: knative-build-admin
rules:
- apiGroups: [""]
resources: ["pods", "namespaces", "secrets", "events", "serviceaccounts"]
resources: ["pods", "namespaces", "secrets", "events", "serviceaccounts", "configmaps"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: ["extensions"]
resources: ["deployments"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations"]
Expand Down

0 comments on commit a8406e5

Please sign in to comment.