From ca493c602d9173d1ef052b4335175420638aee38 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:23:55 +0100 Subject: [PATCH] Restrict prometheus operator to release namespace --- execution/infrastructure/prometheus/helm-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/execution/infrastructure/prometheus/helm-values.yaml b/execution/infrastructure/prometheus/helm-values.yaml index bf503fe48..a356a455a 100644 --- a/execution/infrastructure/prometheus/helm-values.yaml +++ b/execution/infrastructure/prometheus/helm-values.yaml @@ -36,6 +36,9 @@ nodeExporter: prometheusOperator: enabled: true + namespaces: + releaseNamespace: true + additional: [] prometheus: enabled: false -- GitLab