Skip to content

Commit 3c8a72e

Browse files
authored
Add permission to the events (#733)
1 parent 952fb0d commit 3c8a72e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/openwhisk/templates/invoker-role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ rules:
3434
- apiGroups: [""]
3535
resources: ["pods"]
3636
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
37+
- apiGroups: [""]
38+
resources: ["events"]
39+
verbs: ["get", "list"]
3740
- apiGroups: [""]
3841
resources: ["pods/log"]
3942
verbs: ["get", "list"]

0 commit comments

Comments
 (0)