diff --git a/deployment/helmchart/templates/rbac/clusterrolebinding.yaml b/deployment/helmchart/templates/rbac/clusterrolebinding.yaml
index 8a1c80b16005b60bf95673fbed3cefb08d1a44a9..f8418acc34ba5a9f98dc82fefed390eaf5e3656f 100644
--- a/deployment/helmchart/templates/rbac/clusterrolebinding.yaml
+++ b/deployment/helmchart/templates/rbac/clusterrolebinding.yaml
@@ -3,7 +3,6 @@ kind: ClusterRoleBinding
 apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
 metadata:
   name: {{ template "common.names.fullname" . }}
-  namespace: {{ .Release.Namespace | quote }}
   labels: {{- include "common.labels.standard" . | nindent 4 }}
     app.kubernetes.io/component: server
     {{- if .Values.commonLabels }}