Update argocd/templates/traefik-mesh.yaml

This commit is contained in:
2024-01-23 05:18:08 -08:00
parent 9f33d37df6
commit 9cedc04264

View File

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