grafana / helm-charts

Apache License 2.0
1.63k stars 2.26k forks source link

How exactly should we use both sidecar to "download" dashboard from CM + download additional dashboards from web #3373

Open hagaram opened 3 hours ago

hagaram commented 3 hours ago

Hello. How exactly should we use the helm chart to A) create additional dashboards

# -- Create default dashboards
defaultDashboardsEnabled: true
# -- Create experimental dashboards
experimentalDashboardsEnabled: true

In conjunction with sidecars to download Dashboard from configmap, while also keeping dashboards: {} to download Dasboard from web working.

According to this it seems impossible? Thats would be quite strange behaviour. https://github.com/grafana/helm-charts/blob/82fe9e2d0c48f5ad664f87c3a85ba886ff98bf43/charts/grafana/values.yaml#L786

Or if some other mountpoint and volumes are needed, itshould be better documented. Any help is appreciated.

hagaram commented 3 hours ago

I tried different configuration combinations to no avail unfortunatelly.