timsn commented on code in PR #857: URL: https://github.com/apache/flink-kubernetes-operator/pull/857#discussion_r1716816424
########## helm/flink-kubernetes-operator/templates/rbac.yaml: ########## @@ -89,6 +81,7 @@ rules: - update - patch - delete + - deletecollection Review Comment: I just added them for "completeness". Because in the past the verbs just was a star ("*"), and `deletecollection` is implicitly a part of it. If not needed, I can also remove it from this PR. -- 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