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

Intly 5184 blackbox self signed certs #111

Closed austinmartinh closed 4 years ago

austinmartinh commented 4 years ago

Added logic to the reconcile loop in order to check for changes to the blackbox-exporter container config map. Should changes be detected, the prometheus pod will now be deleted in order to force a reload of the configmap.

JIRA: https://issues.redhat.com/browse/INTLY-5184

Verification