fix admin pass
This commit is contained in:
parent
c1b5250a60
commit
a90a0d10e2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class grafana (
|
|||
"GF_PATHS_PLUGINS=${container_data_folder}/plugins",
|
||||
"GF_PATHS_PROVISIONING=${container_config_folder}/provisioning",
|
||||
'GF_LOG_MODE=console file',
|
||||
#"GF_SECURITY_ADMIN_USER=${admin_password}",
|
||||
"GF_SECURITY_ADMIN_PASSWORD=${admin_password}",
|
||||
]
|
||||
if (!$container_mount_data_folder) {
|
||||
podman::volume { $container_volume_name: }
|
||||
|
|
Loading…
Reference in a new issue