You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/15 05:32:39 UTC

[GitHub] [openwhisk-deploy-kube] ningyougang commented on a diff in pull request #733: Add permission to the events

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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org