From 61e542f8f96bfd19bf425981a69ca75404149f9c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 1 Jun 2023 22:28:26 -0400 Subject: [PATCH] fix yaml error --- cluster/apps/authentik/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index cc81d28..03e6ecc 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -47,7 +47,7 @@ spec: # password: "${SECRET_DATABASE_REDIS_PASS}" env: - AUTHENTIK_HOST: *host + AUTHENTIK_HOST: &host "auth.${SECRET_NEW_DOMAIN}" AUTHENTIK_HOST_BROWSER: *host envValueFrom: @@ -70,7 +70,7 @@ spec: cert-manager.io/cluster-issuer: letsencrypt-production traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: - - host: &host "auth.${SECRET_NEW_DOMAIN}" + - host: *host paths: - path: / pathType: Prefix