We have a stable/prometheus-operator
(chart: prometheus-operator-8.9.1 , app version: 036.0) running in our AKS cluster, which comes with Grafana
v6.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).
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