Delete argocd/templates/traefik-mesh.yaml

This commit is contained in:
2024-03-03 08:34:37 -06:00
parent 1794545d86
commit 08b2a8f913

View File

@@ -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
#