From 08b2a8f913fc26a04cf41ae67bca6c2b0c27a02c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 3 Mar 2024 08:34:37 -0600 Subject: [PATCH] Delete argocd/templates/traefik-mesh.yaml --- argocd/templates/traefik-mesh.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 argocd/templates/traefik-mesh.yaml diff --git a/argocd/templates/traefik-mesh.yaml b/argocd/templates/traefik-mesh.yaml deleted file mode 100644 index a23408f..0000000 --- a/argocd/templates/traefik-mesh.yaml +++ /dev/null @@ -1,21 +0,0 @@ -#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