From f3ea411876d500474ebd7f8762c51f5ff9d371d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de>
Date: Thu, 3 Sep 2020 14:39:19 +0200
Subject: [PATCH] Set default namespace for cluster role binding

---
 execution/infrastructure/prometheus/cluster-role-binding.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/execution/infrastructure/prometheus/cluster-role-binding.yaml b/execution/infrastructure/prometheus/cluster-role-binding.yaml
index 5369e02aa..db2717cdd 100644
--- a/execution/infrastructure/prometheus/cluster-role-binding.yaml
+++ b/execution/infrastructure/prometheus/cluster-role-binding.yaml
@@ -9,4 +9,4 @@ roleRef:
 subjects:
 - kind: ServiceAccount
   name: prometheus
-  namespace: titan-scalability
\ No newline at end of file
+  namespace: default
\ No newline at end of file
-- 
GitLab