diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml index 5a34ab24fa7b8942fce01dd7b7fd38baab6aa874..d245e37e6f50d3874a1a5c06bd0156009777a999 100644 --- a/execution/helm/values.yaml +++ b/execution/helm/values.yaml @@ -32,6 +32,9 @@ grafana: org_role: Admin # Role for unauthenticated users, other valid values are `Viewer`, `Editor` and `Admin` users: 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 ## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards sidecar: