From 42eb7e7628a5e78db25a3c5168667924c41a67c7 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 5 Jun 2024 18:38:16 -0400 Subject: [PATCH] fix(authentik): fix typo --- cluster/apps/authentik/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index 89e81ef..465f256 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -96,6 +96,6 @@ spec: username: "" password: "" use_tls: false - use ssl: false + use_ssl: false timeout: 30 from: karasu@${SECRET_NEW_DOMAIN} \ No newline at end of file