diff --git a/deployments/helm/templates/cluster-role-binding.yaml b/deployments/helm/templates/cluster-role-binding.yaml index efae11d68..2b8141236 100644 --- a/deployments/helm/templates/cluster-role-binding.yaml +++ b/deployments/helm/templates/cluster-role-binding.yaml @@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ include "beyla.fullname" . }} - namespace: {{ include "beyla.namespace" .}} labels: {{- include "beyla.labels" . | nindent 4 }} {{- with .Values.annotations }} @@ -18,4 +17,4 @@ roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: {{ include "beyla.fullname" . }} -{{- end }} \ No newline at end of file +{{- end }}