remove admin pass

This commit is contained in:
Antonio J. Delgado 2023-02-12 10:09:28 +02:00
parent 48d70feae1
commit c1b5250a60

View file

@ -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_USER=${admin_password}",
]
if (!$container_mount_data_folder) {
podman::volume { $container_volume_name: }