Skip to content

Commit 745aa3d

Browse files
committed
Fix Env Var for Configuring Grafana Admin User
The environment variable used to configure the Grafana admin username in the Grafana deployment spec has been updated to GF_SECURITY_ADMIN_USER__FILE. This ensures that the Grafana admin username defined using 'grafana_admin_username' is properly reflected in the Grafana deployment. Issue: [ch9210]
1 parent 9c68757 commit 745aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/metrics/ansible/roles/pgo-metrics/templates/grafana-deployment.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"value": "/data/grafana/data"
6666
},
6767
{
68-
"name": "GF_SECURITY_ADMIN_USERNAME__FILE",
68+
"name": "GF_SECURITY_ADMIN_USER__FILE",
6969
"value": "/conf/admin/username"
7070
},
7171
{

0 commit comments

Comments
 (0)