Skip to content

Commit

Permalink
Add permission to the events (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 authored Jul 15, 2022
1 parent 952fb0d commit 3c8a72e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/openwhisk/templates/invoker-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get", "list"]
Expand Down

0 comments on commit 3c8a72e

Please sign in to comment.