From 49e1c5e58aafbe9d3665e86f0e9046675e28db75 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Mon, 22 Jun 2020 12:36:59 +0200 Subject: [PATCH] Let Grafana search in its own namespace for datasource config-maps --- execution/infrastructure/grafana/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/execution/infrastructure/grafana/values.yaml b/execution/infrastructure/grafana/values.yaml index 16f075745..5c15c1477 100644 --- a/execution/infrastructure/grafana/values.yaml +++ b/execution/infrastructure/grafana/values.yaml @@ -47,9 +47,8 @@ sidecar: # If specified, the sidecar will search for datasource config-maps inside this namespace. # Otherwise the namespace in which the sidecar is running will be used. # It's also possible to specify ALL to search in all namespaces - searchNamespace: default - + searchNamespace: null service: nodePort: 31199 - type: NodePort \ No newline at end of file + type: NodePort -- GitLab