admin管理员组文章数量:1316030
I have below helm charts. Grafana chart version: 8.8.1. I'm trying to preload the dashboard test
into the folder Common
. But the result is the dashboard test
showed up under the root directory, the folder Common
also showed up but empty. How do I load it into the folder?
values
grafana:
sidecar:
dashboards:
enabled: true
searchNamespace: ALL
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: common
Id: 1
folder: Common
type: file
disableDeletion: false
options:
path: /var/lib/grafana/dashboards/common
dashboardsConfigMaps:
common: "common-dashboards"
configmap:
apiVersion: v1
kind: ConfigMap
metadata:
name: common-dashboards
labels:
grafana_dashboard: "1"
data:
test.json: |
{{ .Files.Get "dashboards/test.json" | indent 4 }}
本文标签: Grafana sidecar preloading dashboard unable to load in the right folderStack Overflow
版权声明:本文标题:Grafana sidecar preloading dashboard unable to load in the right folder - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741993331a2409546.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论