banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
368 stars 284 forks source link

Grafana-operator chart doesn't detect dashboards #1248

Open journeytosilius opened 3 years ago

journeytosilius commented 3 years ago

I have configured the chart with --scan-all, but when I create a new dashboard object : https://github.com/integr8ly/grafana-operator/blob/master/deploy/examples/dashboards/DashboardWithCustomFolder.yaml, the operator doesn't discover it.

I have tried adding this to the helm chart values, since it's not in there but to no avail: spec: dashboardLabelSelector:

I'm not sure if this is a bug or I'm missing something ?