integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 45 forks source link

Fix deny namespaces list on prometheus operator #91

Closed palonsoro closed 4 years ago

palonsoro commented 4 years ago

Fixes #90

david-martin commented 4 years ago

@palonsoro Merging this. Also, I'd like to use leverage the prometheus-instance-namespaces flag as well to ensure the prometheus operator doesn't watch configmaps & statefulsets in namespaces prometheus isn't running in. https://github.com/coreos/prometheus-operator/blob/e2b292901321ab85dec5a65040426ee4d537a624/cmd/operator/main.go#L144

david-martin commented 4 years ago

Thanks @palonsoro