homelab-gitops/bootstrap/root-app-of-apps.yaml
gwg313 8d74a625bc
update
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-17 14:29:03 -04:00

18 lines
407 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app-of-apps
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: management/platform-apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true