ningyougang commented on code in PR #733:
URL: 
https://github.com/apache/openwhisk-deploy-kube/pull/733#discussion_r921830352


##########
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"]

Review Comment:
   Our downstream use another invoker-role.yaml which already applied above 
configuration.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to