gyfora commented on code in PR #857:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/857#discussion_r1705870598
##########
helm/flink-kubernetes-operator/templates/rbac.yaml:
##########
@@ -61,26 +59,20 @@ rules:
- update
- patch
- delete
+ - deletecollection
- apiGroups:
- - extensions
+ - apps
resources:
- - deployments
- - ingresses
Review Comment:
@timsn If this is something you specifically don't need you could simply
modify your downstream helm chart. But as long as we have users who need this
we cannot simply remove it from the base helm template. We would need a
discussion on the ML before that
--
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]