This commit is contained in:
2025-04-01 05:34:22 -05:00
parent a794c4660b
commit ee9c701c7c
5 changed files with 44 additions and 104 deletions

View File

@@ -48,3 +48,29 @@ spec:
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-dev
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: dev/traefik
destination:
namespace: traefik
name: dev
syncPolicy:
# managedNamespaceMetadata:
# labels:
# istio-injection: enabled
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true