0
votes

We have a stable/prometheus-operator (chart: prometheus-operator-8.9.1 , app version: 036.0) running in our AKS cluster, which comes with Grafanav6.5.2 installed (later I upgraded it to v6.6.2 by manually changing the image tag of the grafana deployment).

What I would like to know is that if it is possible to persist the Organization name of Grafana so that it survives restarts (cluster, pod etc). configuration\preferences

I've tried to find a reference how to do this in Grafana's documentation especially via environment variables (or configmaps) but all I could find was a setting for anonymous users:

[auth.anonymous]
enabled = true
org_role = Viewer
org_name = Company Server Stats
1
Yes, definitely seems like my issue. I added comment there and see what happens.UNOPARATOR

1 Answers

1
votes

For now this doesnt seem supported, there's an issue open on this: https://github.com/grafana/grafana/issues/2908