sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(kind): ensure prometheus can discover all services #272

Closed sthaha closed 11 months ago

sthaha commented 11 months ago

Previously, prometheus deployed to monitoring namespace wasn't able to discover kepler deployed to openshift-kepler-operator because it lacked the rbac to discover services outside monitoring namespace. This commit fixes it by adding additional rbac rules allowing all services to be discovered.