From 1c0ab1a828597a268dd4d1e07918bd7eb2c4602f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 14 Apr 2021 14:40:22 +0200
Subject: [PATCH] Use Grafana's light theme per default

---
 execution/helm/values.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml
index d35912de6..e84af5efc 100644
--- a/execution/helm/values.yaml
+++ b/execution/helm/values.yaml
@@ -24,6 +24,9 @@ grafana:
   # Administrator credentials when not using an existing secret (see below)
   adminUser: admin
   adminPassword: admin
+  grafana.ini:
+    users:
+      default_theme: light
   ## 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