Skip to content
Snippets Groups Projects
Commit feffa5cf authored by Sören Henning's avatar Sören Henning
Browse files

Prepare Helm chart for loading default dashboard

parent 0df1afb0
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3487 passed
...@@ -32,6 +32,9 @@ grafana: ...@@ -32,6 +32,9 @@ grafana:
org_role: Admin # Role for unauthenticated users, other valid values are `Viewer`, `Editor` and `Admin` org_role: Admin # Role for unauthenticated users, other valid values are `Viewer`, `Editor` and `Admin`
users: users:
default_theme: light default_theme: light
#dashboards: # the following doesn't work but is planed
# Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
#default_home_dashboard_path: "/tmp/dashboards/k8s-dashboard.json"
## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders ## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards ## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
sidecar: sidecar:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment