From 55341ba0d6abddda1218b86994766d4d45f7ce47 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 19 Mar 2025 05:01:38 -0500 Subject: [PATCH] update --- infra/argocd/templates/authentik.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/infra/argocd/templates/authentik.yaml b/infra/argocd/templates/authentik.yaml index 7c91765..4f4c684 100644 --- a/infra/argocd/templates/authentik.yaml +++ b/infra/argocd/templates/authentik.yaml @@ -22,3 +22,26 @@ spec: syncOptions: - CreateNamespace=true +--- + +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: authentik-dmz + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: dmz/authentik + destination: + namespace: authentik + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +