devopsprodigy / kubegraf

Grafana-plugin for k8s' monitoring
MIT License
407 stars 45 forks source link

K8s manifests are missing namespace #44

Open LittleFox94 opened 3 years ago

LittleFox94 commented 3 years ago

The manifests for ServiceAccount and Secret do not have a namespace defined, making the install instructions incomplete

Since the ClusterRoleBinding binds to the ServceAccount grafana-kubegraf in Namespace default, this namespace should be set in the ServiceAccount resource, probably the same for the Secret resource

My kubeconfig is set to use the kube-system namespace by default

SergeiSporyshev commented 3 years ago

Hi, @LittleFox94 Thanks for your issue Will add it asap