Is your task related to a problem? Please describe
To pass the Conforma check, Operator bundle's ClusterServiceVersion (CSV) must request RBAC permissions for networking.k8s.io/networkpolicies with the verbs create, delete, and either update or patch.
Describe the solution you'd like
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- create
- delete
- update # "patch" — either satisfies the requirement
Describe alternatives you've considered
No response
Additional context
No response
Is your task related to a problem? Please describe
To pass the Conforma check, Operator bundle's ClusterServiceVersion (CSV) must request RBAC permissions for networking.k8s.io/networkpolicies with the verbs create, delete, and either update or patch.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response