From 30c340dc9c46f049b17aecc9dd5f7a0edf8bd53d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Jun 2023 13:20:38 +0000 Subject: [PATCH] Update 2 files - /authentik/values.yaml - /authentik/templates/secrets.yaml --- authentik/templates/secrets.yaml | 5 ++++- authentik/values.yaml | 6 +----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/authentik/templates/secrets.yaml b/authentik/templates/secrets.yaml index 093aab3..a038e63 100644 --- a/authentik/templates/secrets.yaml +++ b/authentik/templates/secrets.yaml @@ -17,7 +17,10 @@ spec: remoteRef: key: secrets/authentik/database property: secretkey - + - secretKey: postgresql-postgres-password + remoteRef: + key: secrets/authentik/database + property: dbpass --- diff --git a/authentik/values.yaml b/authentik/values.yaml index cebaf6c..21ae3ce 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -146,11 +146,7 @@ authentik: pullPolicy: Always postgresqlUsername: "authentik" postgresqlDatabase: "authentik" - existingSecret: db-pass - secretKeys: - adminPasswordKey: dbpass - userPasswordKey: dbpass - replicationPasswordKey: dbpass + existingSecret: db-pass persistence: enabled: true storageClass: longhorn