From a30ac6ce2a23b3e881241e8801fea32bdb31ab10 Mon Sep 17 00:00:00 2001 From: MateSousa Date: Fri, 23 Jun 2023 09:35:43 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(operator):=20remove=20unne?= =?UTF-8?q?cessary=20namespace=20field=20from=20grafanaDashboard=20in=20va?= =?UTF-8?q?lues.yaml=20The=20namespace=20field=20in=20the=20grafanaDashboa?= =?UTF-8?q?rd=20section=20of=20the=20values.yaml=20file=20is=20not=20neede?= =?UTF-8?q?d=20as=20it=20is=20commented=20out=20and=20has=20no=20value.=20?= =?UTF-8?q?Removing=20it=20improves=20the=20readability=20of=20the=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MateSousa --- chart/operator/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/operator/values.yaml b/chart/operator/values.yaml index c784d013..ed2f2170 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -5,7 +5,8 @@ serviceMonitor: # namespace: "" grafanaDashboard: enabled: false - namespace: system + # The namespace where Grafana expects to find the dashboard + # namespace: "" folder: annotation: grafana_folder name: ai