From 5ffbd70d59c16326bc5d5d27491088a7ce5f4832 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 26 Dec 2024 20:35:07 +0100 Subject: [PATCH] Revert authelia middleware name --- infrastructure/controllers/traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/controllers/traefik/values.yaml b/infrastructure/controllers/traefik/values.yaml index 3af66a5..56ae138 100644 --- a/infrastructure/controllers/traefik/values.yaml +++ b/infrastructure/controllers/traefik/values.yaml @@ -8,7 +8,7 @@ ingressRoute: matchRule: Host(`traefik.example.com`) entryPoints: ["websecure"] middlewares: - - name: "auth-forwardauth-authelia@kubernetescrd" + - name: "auth-authelia@kubernetescrd" providers: kubernetesCRD: allowCrossNamespace: true