From 168193845baf599e36a8e54fb963541033243093 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 3 Jan 2026 20:13:19 +0900 Subject: [PATCH] FIX(authelia): fix TOTP config for chart 0.10.x - Change enabled to disable for TOTP configuration - Fix chart compatibility --- authelia/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 4b1d9cb..eef9ad3 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -96,7 +96,7 @@ configMap: # TOTP configuration totp: - enabled: true + disable: false issuer: mayne.kro.kr # OIDC Identity Provider