agentic-os/platform/bootstrap/root-application.yaml

26 lines
637 B
YAML

# Root "app of apps". Point repoURL to your fork after clone.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: agentic-os-root
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "5"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: agentic-os
source:
repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git
targetRevision: main
path: platform/bootstrap/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true