From 7b6177ca72b57389b82de2ea248e23bea9586a4c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 31 Jan 2024 16:14:56 +0100 Subject: [PATCH] Remove usless settings --- example/prep.d/10-rand-secrets | 1 + variables.yml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/example/prep.d/10-rand-secrets b/example/prep.d/10-rand-secrets index 010c132..0d1d66b 100755 --- a/example/prep.d/10-rand-secrets +++ b/example/prep.d/10-rand-secrets @@ -19,3 +19,4 @@ for SECRET in admin_token; do fi done + diff --git a/variables.yml b/variables.yml index 344744a..f7aa4fb 100644 --- a/variables.yml +++ b/variables.yml @@ -34,9 +34,6 @@ vaultwarden: # Postgres settings postgres: - database: '[[ .instance ]]' - user: '{{ with secret "[[ .vault.root ]]database/creds/[[ .instance ]]" }}{{ .Data.username }}{{ end }}' - password: '{{ with secret "[[ .vault.root ]]database/creds/[[ .instance ]]" }}{{ .Data.password }}{{ end }}' pooler: mode: session