This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Persist grafana dashboards and make them editable #98
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Currently, grafana dashboards are deployed via the dashboard provisioning feature . This is great because the dashboards come pre-loaded with the grafana deployment. The downside, however, is that grafana does not support modifying these dashboards, and persisting the changes (we are also using configmaps, which are read-only).
Ideally, the grafana dashboards can be modified, and the changes persisted to something like a PV+PVC.
The text was updated successfully, but these errors were encountered: