infra/home/cluster/argocd/root-app.yaml
2026-06-19 09:33:27 -05:00

22 lines
485 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://codeberg.org/gmcintire/infra.git
targetRevision: main
path: home/cluster/argocd/apps
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true