From aee966d9493904a9ce632f36c6bbf817f47a04bd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 13 Jan 2024 14:23:03 +0100 Subject: [PATCH] Force pooler in session mode --- variables.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variables.yml b/variables.yml index 81a5b8d..630ff88 100644 --- a/variables.yml +++ b/variables.yml @@ -30,6 +30,8 @@ vaultwarden: database: '[[ .instance ]]' user: '{{ with secret "[[ .vault.prefix ]]database/creds/[[ .instance ]]" }}{{ .Data.username }}{{ end }}' password: '{{ with secret "[[ .vault.prefix ]]database/creds/[[ .instance ]]" }}{{ .Data.password }}{{ end }}' + pooler: + mode: session # Resources allocation resources: