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
Is your feature request related to a problem? Please describe.
Currently our dashboard provided by our gitops setup can be updated in the grafana UI.
But this means that after the next sync the changes are gone.
Describe the solution you'd like
Add a flag allowUiUpdates: false to the grafana CRD so grafana disables the grafana save in the UI and forces the user to copy the json and commit it into the gitops repo.
Existing solutions
We could use the sidecard proxy and configmaps to provision the dashboards which has the flag allowUiUpdates