integr8ly / application-monitoring-operator

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

Add a CR field to choose between upstream & downstream images #64

Closed david-martin closed 5 years ago

david-martin commented 5 years ago

Add a field to the ApplicationMonitoring CRD to allow choosing between upstream & downstream images. The default for this field should be to use upstream images.

This will allow the operator to be used out of the box without having to setup any pull secrets or linking them to serviceaccounts.

Changes:

These changes should lower the priority of #52, #58, #59

david-martin commented 5 years ago

Closing as we don't do this.

65 has changes to switch to public images.

Use of private images will happen in a separate fork rather than in this repo