From 9cedc042641fc2918c466aafc7803e8dec003ba9 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 23 Jan 2024 05:18:08 -0800 Subject: [PATCH] Update argocd/templates/traefik-mesh.yaml --- argocd/templates/traefik-mesh.yaml | 41 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/argocd/templates/traefik-mesh.yaml b/argocd/templates/traefik-mesh.yaml index 185ee7c..a23408f 100644 --- a/argocd/templates/traefik-mesh.yaml +++ b/argocd/templates/traefik-mesh.yaml @@ -1,20 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: traefik-mesh - namespace: argocd -spec: - project: default - source: - repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git - targetRevision: main - path: traefik-mesh - destination: - namespace: traefik-mesh - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: traefik-mesh +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git +# targetRevision: main +# path: traefik-mesh +# destination: +# namespace: traefik-mesh +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +# \ No newline at end of file