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

29 lines
740 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: Namespace
- group: "apiextensions.k8s.io"
kind: CustomResourceDefinition
- group: "rbac.authorization.k8s.io"
kind: ClusterRole
- group: "rbac.authorization.k8s.io"
kind: ClusterRoleBinding
- group: "cilium.io"
kind: CiliumClusterwideNetworkPolicy
namespaceResourceWhitelist:
- group: "*"
kind: "*"