fixing postgres warning
This commit is contained in:
parent
3f47b32983
commit
d92eff80ce
|
@ -28,9 +28,7 @@ in
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "grafana";
|
||||
ensurePermissions = {
|
||||
"DATABASE grafana" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
ensureDatabases = [ "grafana" ];
|
||||
|
|
Loading…
Reference in a new issue