sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(kustomize): remove auto-generated clusterPermissions from base CSV #329

Closed sthaha closed 7 months ago

sthaha commented 7 months ago

The rbac required by the operators is auto-generated from the kubebuilder tags such as below

See: pkg/controllers/kepler*.go

//+kubebuilder:rbac:groups=kepler.system.sustainable.computing.io,resources=*,verbs=*

Hence the declarations in config/base CSV used to build the bundle isn't required at all, thus removing those.