Fix Grafana dashboard folder provisioning for TeslaMate
foldersFromFilesStructure was set to false, which caused Grafana's provisioning provider to ignore the subdirectory structure created by the sidecar's folderAnnotation feature. All dashboards ended up in the root "Dashboards" folder despite ConfigMaps having the correct grafana_folder annotation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6871bf32a8
commit
bae1cc116d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ sidecar:
|
|||
labelValue: "1"
|
||||
folderAnnotation: grafana_folder
|
||||
provider:
|
||||
foldersFromFilesStructure: false
|
||||
foldersFromFilesStructure: true
|
||||
|
||||
# Service configuration (Ingress will handle external access)
|
||||
service:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue