This is an automated email from the ASF dual-hosted git repository.
ningyougang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 3c8a72e Add permission to the events (#733)
3c8a72e is described below
commit 3c8a72e73f724ae941bc33a8ad72797b21725088
Author: Dominic Kim <[email protected]>
AuthorDate: Fri Jul 15 14:44:12 2022 +0900
Add permission to the events (#733)
---
helm/openwhisk/templates/invoker-role.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/helm/openwhisk/templates/invoker-role.yaml
b/helm/openwhisk/templates/invoker-role.yaml
index 84767cc..7c53b53 100644
--- a/helm/openwhisk/templates/invoker-role.yaml
+++ b/helm/openwhisk/templates/invoker-role.yaml
@@ -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"]