From c7987af99609c89fcbf009596428a43c19e406db Mon Sep 17 00:00:00 2001 From: Deibis Moreno Date: Wed, 15 Apr 2026 15:52:55 +0000 Subject: [PATCH] Actualizar apps/authentik/values-authentik.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HabĂ­a un error en el password que el pod destacaba {"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267848.8527617} {"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267849.868369} {"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267850.891542} --- apps/authentik/values-authentik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentik/values-authentik.yaml b/apps/authentik/values-authentik.yaml index 10662ed..02657b3 100644 --- a/apps/authentik/values-authentik.yaml +++ b/apps/authentik/values-authentik.yaml @@ -7,7 +7,7 @@ authentik: host: "postgres-postgresql.postgres.svc.cluster.local" name: "authentik" user: "authentik" - password: "autentik" + password: "authentik" port: 5432 server: