Files
homelab/infra/argocd/templates/nebula-sync.yaml
2025-03-22 10:52:27 -05:00

21 lines
427 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nebula-sync
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: infra/nebula-sync
destination:
namespace: nebula-sync
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true