Skip to content

Commit

Permalink
Add serving.knative.dev rbac to base role
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Apr 30, 2021
1 parent 6120289 commit b40726a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/base/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,18 @@ rules:
- poddisruptionbudgets
verbs:
- '*'
- apiGroups:
- serving.knative.dev
resources:
- "*"
- "*/status"
- "*/finalizers"
verbs:
- "get"
- "list"
- "create"
- "update"
- "delete"
- "deletecollection"
- "patch"
- "watch"

0 comments on commit b40726a

Please sign in to comment.