agentic-os/platform/bootstrap/root-app-project.yaml

21 lines
457 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: agentic-os
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
description: GitOps project for Agentic OS platform and workloads
sourceRepos:
- "*"
destinations:
- namespace: "*"
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"
namespaceResourceWhitelist:
- group: "*"
kind: "*"