0

I have installed prometheus in namespace monitoring and grafana in default namespace. can i copy or move any of this in either default namespace or monitoring namespace. What can be the possible issues i can face going forward ?

I tried this : helm install grafana grafana/grafana (installed in default namespace)

i want to move this to namespace monitoring so i tried this : helm install grafana grafana/grafana --namespace monitoring

but get this error : Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole "grafana-clusterrole" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-namespace" must equal "monitoring": current value is "default"

0 Answers0