From 34ed23a8283b92046053a34ab369423151afb7e8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Jun 2023 13:22:13 +0000 Subject: [PATCH] Update file secrets.yaml --- authentik/templates/secrets.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/authentik/templates/secrets.yaml b/authentik/templates/secrets.yaml index a038e63..36740c6 100644 --- a/authentik/templates/secrets.yaml +++ b/authentik/templates/secrets.yaml @@ -20,7 +20,12 @@ spec: - secretKey: postgresql-postgres-password remoteRef: key: secrets/authentik/database - property: dbpass + property: dbpass + - secretKey: postgresql-password + remoteRef: + key: secrets/authentik/database + property: dbpass + ---