grafana-operator icon indicating copy to clipboard operation
grafana-operator copied to clipboard

Add status conditions to all objects

Open theSuess opened this issue 11 months ago • 2 comments

Kubernetes status conditions are the way to go, especially regarding automated healtchecks (see #1444).

While the new alert rule group CR already supports this, we need to implement status conditions for the remaining resources.

### Tasks
- [ ] Grafana
- [x] GrafanaFolder
- [x] GrafanaDashboard
- [ ] GrafanaDatasource

theSuess avatar Mar 12 '24 12:03 theSuess