'can we install grafana in other namespaces (expect default) of a kube cluster
I could install grafana in default namespace. But,pods are in waiting (pod-initializing state) & getting error - "MountVolume.SetUp failed for volume "dashboards-default" : configmap "custom-dashboards" not found" while doing in other namespace.
Does grafana works only in default namespace. If not, how to fix this issue.
Commands used: helm repo add grafana https://grafana.github.io/helm-charts helm install grafana grafana/grafana -f grafana-values.yml
Error: MountVolume.SetUp failed for volume "dashboards-default" : configmap "custom-dashboards" not found
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
