Files
pikasTech-agentrun/deploy/gitops/node/jd01/argocd/project.yaml
T
2026-06-29 07:45:34 +00:00

2 lines
596 B
YAML

{apiVersion: argoproj.io/v1alpha1,kind: AppProject,metadata: {name: agentrun-jd01-v02,namespace: argocd,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: v0.2,agentrun.pikastech.local/node: JD01}},spec: {description: AgentRun v0.2 GitOps lane,sourceRepos: [http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/agentrun.git,git@github.com:pikasTech/agentrun.git],destinations: [{server: https://kubernetes.default.svc,namespace: agentrun-v02}],clusterResourceWhitelist: [{group: "",kind: Namespace}],namespaceResourceWhitelist: [{group: "*",kind: "*"}]}}