Fix Grafana TeslaMate dashboard folder provisioning (#253)
## Summary - `foldersFromFilesStructure` was `false` in Grafana's sidecar provider config, causing Grafana to ignore the subdirectory structure the sidecar creates from `grafana_folder` annotations - All 18 TeslaMate dashboards were appearing in the root "Dashboards" folder despite having `grafana_folder: "TeslaMate"` annotations on their ConfigMaps - Flipping to `true` makes Grafana replicate the sidecar's directory structure as UI folders ## Deployment and Testing - [ ] Sync `grafana` app: `argocd app sync grafana` - [ ] Verify TeslaMate dashboards appear under a "TeslaMate" folder in Grafana's dashboard list - [ ] Verify other dashboards remain in the root "Dashboards" folder Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/253
This commit is contained in:
parent
6871bf32a8
commit
75fde54355
2 changed files with 2 additions and 1 deletions
1
docs/changelog.d/fix-grafana-teslamate-folder.bugfix.md
Normal file
1
docs/changelog.d/fix-grafana-teslamate-folder.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix Grafana TeslaMate dashboards not appearing in a folder — enabled `foldersFromFilesStructure` so the sidecar's `grafana_folder` annotation is respected.
|
||||
Loading…
Add table
Add a link
Reference in a new issue