grafana / grafana-operator

An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
https://grafana.github.io/grafana-operator/
Apache License 2.0
863 stars 384 forks source link

fix: use controller reference instead of owner reference #1574

Closed theSuess closed 3 months ago

theSuess commented 3 months ago

This fixes #1573. Without the controller reference, the owner reference only affects resource deletion.

While this causes faster reconciliation, it should not break any setup as the reconciliation would have happened anyway whenever the manager pod restarts