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