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


##########
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:
   Seems our downstream doesn't have this changes,
   So we changed the events k8s resource's permission manually?



##########
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:
   Seems our downstream doesn't have this changes
   So we changed the events k8s resource's permission manually?



-- 
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