jes

Results 3 comments of jes

I'm having the same issue unfortunately > grafana logger=provisioning.dashboard type=file name=qa-dashboards t=2023-03-27T12:52:16.963445325Z level=error msg="failed to load dashboard from " file=/var/lib/grafana/dashboards/qa-dashboards/general-qa-dashboard.json error=EOF configMap (grafana-dashboards-qa-dashboards) and `cat /var/lib/grafana/dashboards/qa-dashboards/general-qa-dashboard.json` are empty ``` dashboardProviders:...

Tested the following scenarios: - Removed `folderUid` and `folder`. Added `foldersFromFilesStructure: true` in `dashboardProviders/qa-dashboards`. Removed `folderUid` from `dashboards/qa-dashboards/general-qa-dashboard` - Removed `foldersFromFilesStructure: true`, and added `folderUid` and `folder` in `dashboardProviders/qa-dashboards`. Removed...

Finally got it working with the following steps and with the values mentioned in my first comment: ``` helm repo add grafana https://grafana.github.io/helm-charts helm pull grafana/grafana helm repo remove grafana...