From 624698b65dbc74fe12b689d4310ecdf1b6b394df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 9 Feb 2021 13:30:16 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

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

diff --git a/execution/helm/theodolite-chart/values.yaml b/execution/helm/theodolite-chart/values.yaml
index 9e63dce31..5ebda13a0 100644
--- a/execution/helm/theodolite-chart/values.yaml
+++ b/execution/helm/theodolite-chart/values.yaml
@@ -209,6 +209,9 @@ kube-prometheus-stack:
   
   prometheusOperator:
     enabled: true
+    namespaces:
+      releaseNamespace: true
+      additional: []
     nodeSelector: {}
   
   prometheus:
-- 
GitLab