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