timsn commented on code in PR #857: URL: https://github.com/apache/flink-kubernetes-operator/pull/857#discussion_r1706557989
########## helm/flink-kubernetes-operator/templates/rbac.yaml: ########## @@ -61,26 +59,20 @@ rules: - update - patch - delete + - deletecollection - apiGroups: - - extensions + - apps resources: - - deployments - - ingresses Review Comment: @gyfora thanks for your response. That's something I cannot judge because I know not enough about what the extensions are used for and if they are still in use. I just discovered that they lead to problems with our deployment process (Kyverno policy checks). If this would brake something I would be totally fine to remove the change from this PR and do the change downstream on my own. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org