homelab-gitops/root-app.yaml
gwg313 7eb1b821a4
squash me
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-15 16:56:17 -04:00

22 lines
461 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops
targetRevision: main
path: apps_temp
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true