You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried adding this to the helm chart values, since it's not in there but to no avail:
spec:
dashboardLabelSelector:
- matchExpressions:
- { key: app, operator: In, values: [ grafana ] }
I'm not sure if this is a bug or I'm missing something ?
The text was updated successfully, but these errors were encountered:
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:
- matchExpressions:
- { key: app, operator: In, values: [ grafana ] }
I'm not sure if this is a bug or I'm missing something ?
The text was updated successfully, but these errors were encountered: