From ce8029e6e05c2a3e2b108a88014bb0bbb10b150b Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 23 Dec 2024 20:16:36 +0100 Subject: [PATCH] Add base resources to prod authelia kustomize --- infrastructure/prod/authelia/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/prod/authelia/kustomization.yaml b/infrastructure/prod/authelia/kustomization.yaml index 417da2b..d6b3489 100644 --- a/infrastructure/prod/authelia/kustomization.yaml +++ b/infrastructure/prod/authelia/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization namespace: auth resources: + - ../../base/authelia - release.yaml - ingress.yaml - forward-auth-middleware.yaml