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 + ---