You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple issues like #1677 and #1626 which are caused by having dashboards/folders be deleted based on information from the Grafana CR status.
A clean solution to these kinds of issues is to implement finalizes for all resources. This way, deletion is properly locked, and we avoid race conditions when updating the Grafana instance status.
The text was updated successfully, but these errors were encountered:
We have multiple issues like #1677 and #1626 which are caused by having dashboards/folders be deleted based on information from the Grafana CR status.
A clean solution to these kinds of issues is to implement finalizes for all resources. This way, deletion is properly locked, and we avoid race conditions when updating the Grafana instance status.
The text was updated successfully, but these errors were encountered: