timsn commented on code in PR #857:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/857#discussion_r1699572144
##########
helm/flink-kubernetes-operator/templates/rbac.yaml:
##########
@@ -61,26 +59,20 @@ rules:
- update
- patch
- delete
+ - deletecollection
- apiGroups:
- - extensions
+ - apps
resources:
- - deployments
- - ingresses
Review Comment:
I would appreciate getting rid of the extensions part because this is making
some trouble with our deployment on a recent managed Kubernetes cluster (1.29)
in combination with Kyverno policy management. Kyverno is preventing the
deployment because the extensions API does not seem to exist anymore.
--
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]