From feffa5cf2682c9cd1a05d11af9ca7748d1e5b760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 1 Jun 2021 16:37:49 +0200 Subject: [PATCH] Prepare Helm chart for loading default dashboard --- execution/helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml index 5a34ab24f..d245e37e6 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: -- GitLab