diff --git a/execution/helm/theodolite-chart/templates/cluster-role-binding.yaml b/execution/helm/theodolite-chart/templates/cluster-role-binding.yaml
index 800a72167a4e12eb3a1f04a53f88dc3b3e86caf4..400a972cdb73dca181b621f49e7a3e79c926e65b 100644
--- a/execution/helm/theodolite-chart/templates/cluster-role-binding.yaml
+++ b/execution/helm/theodolite-chart/templates/cluster-role-binding.yaml
@@ -10,5 +10,5 @@ roleRef:
 subjects:
 - kind: ServiceAccount
   name: prometheus
-  namespace: default
+  namespace: {{ .Release.Namespace }}
 {{- end}}
\ No newline at end of file