From c93d2eacc22b28437d8d6b4e763cc8fc384fd7e6 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 2 Mar 2025 10:33:55 -0500 Subject: [PATCH] authentik: fix --- authentik/values.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 86072be..9074b90 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -60,16 +60,16 @@ authentik: secretKeyRef: name: authentik-credentials key: user-password - ingress: - enabled: true - annotations: - traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file - hosts: - - auth.dubyatp.xyz - tls: - - secretName: cert-dubyatp-xyz - hosts: - - auth.dubyatp.xyz + ingress: + enabled: true + annotations: + traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file + hosts: + - auth.dubyatp.xyz + tls: + - secretName: cert-dubyatp-xyz + hosts: + - auth.dubyatp.xyz additionalObjects: - apiVersion: v1 kind: Secret