This commit is contained in:
2023-07-30 05:59:08 -05:00
parent 125eb62e58
commit 7aae89b43c
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-mesh
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: traefik-mesh
destination:
namespace: traefik-mesh
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true