diff --git a/deployments/helm/monitor/templates/clusterrolebinding.yaml b/deployments/helm/monitor/templates/clusterrolebinding.yaml index 70305e5..172624f 100644 --- a/deployments/helm/monitor/templates/clusterrolebinding.yaml +++ b/deployments/helm/monitor/templates/clusterrolebinding.yaml @@ -7,7 +7,7 @@ metadata: subjects: - kind: ServiceAccount name: monitor - namespace: default + namespace: {{ Release.Namespace }} roleRef: kind: ClusterRole name: monitor