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

Prometheus CRD should be installed only if they are missing #153

Closed slaskawi closed 3 years ago

slaskawi commented 3 years ago

The current implementation of the AMO always installs Prometheus CRDs when calling make cluster/install. Those CRD are present already installed in OpenShift 4.5+. We should add a check if they are already there.