[stable/grafana] Sidecar Dashboard "ADD" files but there is no dashboard in Grafana
vmarlier opened this issue · 1 comments
Hello,
Describe the bug
I'm deploying Grafana with Helm. I enabled sidecars for dashboards, datasources and notifiers. When I'm deploying the chart, all the sidecars are running and the logs telling me all is working.
Datasources is well configured, same for notifiers. But I cannot find my dashboards.
My dashboards are in config maps.
Here is the logs of grafana-sc-dashboard
$ kubectl logs -n monitoring grafana-559dd97b9d-n8pvh grafana-sc-dashboard
[2021-03-08 14:39:26] Starting collector
[2021-03-08 14:39:26] No folder annotation was provided, defaulting to k8s-sidecar-target-directory
[2021-03-08 14:39:26] Selected resource type: ('secret', 'configmap')
[2021-03-08 14:39:26] Config for cluster api loaded...
[2021-03-08 14:39:26] Unique filenames will not be enforced.
[2021-03-08 14:39:31] Working on configmap monitoring/wbs-grafana-dashboard-traefik2-cm
[2021-03-08 14:39:31] File in configmap traefik2.yaml ADDED
[2021-03-08 14:39:31] Working on configmap monitoring/wbs-grafana-dashboard-nodes-cm
[2021-03-08 14:39:31] Found a folder override annotation, placing the wbs-grafana-dashboard-nodes-cm in: /tmp/dashboards
[2021-03-08 14:39:31] File in configmap nodes.yaml ADDED
[2021-03-08 14:39:31] Working on configmap monitoring/wbs-grafana-dashboard-cluster-total-cm
[2021-03-08 14:39:31] File in configmap cluster-total.yaml ADDED
Version of Helm and Kubernetes:
Helm: v3.5.0
Kubernetes: v1.20.2
Which chart:
Stable/Grafana
What happened:
I have no dashboard in my Grafana.
What you expected to happen:
To have dashboard in my Grafana ^^
How to reproduce it (as minimally and precisely as possible):
I don't know how you can reproduce it.
Just deploy a grafana chart, in the values.yaml file, only configure "sidecars.dashboard".
Migrate the issue to grafana/helm-charts.