I want to modified grafana smtp config but I CAN NOT FIND grafana,ini #562
Replies: 3 comments 4 replies
-
The project itself doesn't contain static grafana.ini, you need to customise it as shown in this readme |
Beta Was this translation helpful? Give feedback.
-
Alternative to what @olegmayko said. Since grafana can be configured with env variables, you may create a simple libsonnet like this. Do not forget to include this libsonnet in entrypoint mixin.
This idea comes from brancz/kubernetes-grafana |
Beta Was this translation helpful? Give feedback.
-
Ok, finally I found a more elegant way using kustomizaion. I created a kustomization.yaml file like this one:
My grafana-env.yaml file looks like this:
To install and customize my setup a run:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add more user in grafana by send email

But I found some error
I want to find grafana.ini to modified this

but my eye is bad
so I can not find grafana.ini in kube-prometheus
how to find grafana.ini
Beta Was this translation helpful? Give feedback.
All reactions