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