From 5f3bd1c5072e72f04c2b578730a2643e73a56f56 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 11 May 2025 10:33:01 -0500 Subject: [PATCH] update --- infra/argocd/templates/authentik.yaml | 48 +++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/infra/argocd/templates/authentik.yaml b/infra/argocd/templates/authentik.yaml index b98a313..b9a8eed 100644 --- a/infra/argocd/templates/authentik.yaml +++ b/infra/argocd/templates/authentik.yaml @@ -18,30 +18,30 @@ spec: # istio-injection: enabled automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true + - 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: dmz - syncPolicy: - automated: - prune: true - selfHeal: true - 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: dmz +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +#