Fix namespace in manifests in OSM helm chart
[osm/devops.git] / installers / helm / osm / templates / grafana / grafana-clusterrolebinding.yaml
index a6c2f97..46669bf 100644 (file)
@@ -28,5 +28,5 @@ roleRef:
 subjects:
 - kind: ServiceAccount
   name: grafana
-  namespace: osm
+  namespace: {{ .Release.Namespace }}
 {{- end -}}
\ No newline at end of file