From 820e89935921380ac88703d6d853ee686cc52b59 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 Sep 2025 07:34:19 -0500 Subject: [PATCH] disable crowdsec --- infra/argocd/templates/crowdsec.yaml | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/infra/argocd/templates/crowdsec.yaml b/infra/argocd/templates/crowdsec.yaml index 1a2c2b5..69e07a8 100644 --- a/infra/argocd/templates/crowdsec.yaml +++ b/infra/argocd/templates/crowdsec.yaml @@ -1,20 +1,20 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: crowdsec - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: dmz/crowdsec - destination: - namespace: crowdsec - name: dmz - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: crowdsec +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: dmz/crowdsec +# destination: +# namespace: crowdsec +# name: dmz +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true