Skip to content

Operator bundle's ClusterServiceVersion (CSV) must request RBAC permissions for networking.k8s.io/networkpolicies #23875

Description

@tolusha

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

Metadata

Metadata

Assignees

Labels

area/che-operatorIssues and PRs related to Eclipse Che Kubernetes Operatorkind/taskInternal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.

Type

No type
No fields configured for issues without a type.

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions