deploy: render AgentRun nc01-release-gitops from PaC

This commit is contained in:
UniDesk AgentRun PaC
2026-07-21 18:58:10 +00:00
commit 77eedbb0c6
8 changed files with 58 additions and 0 deletions
@@ -0,0 +1 @@
{apiVersion: argoproj.io/v1alpha1,kind: Application,metadata: {name: agentrun-nc01-release,namespace: argocd,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},spec: {project: agentrun-nc01-release,source: {repoURL: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git,targetRevision: nc01-release-gitops,path: deploy/gitops/node/nc01/runtime-release},destination: {server: https://kubernetes.default.svc,namespace: agentrun-release},syncPolicy: {automated: {prune: false,selfHeal: true},syncOptions: [CreateNamespace=true,ApplyOutOfSyncOnly=true]}}}
@@ -0,0 +1 @@
{apiVersion: argoproj.io/v1alpha1,kind: AppProject,metadata: {name: agentrun-nc01-release,namespace: argocd,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},spec: {description: AgentRun release GitOps lane,sourceRepos: [http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git,http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git],destinations: [{server: https://kubernetes.default.svc,namespace: agentrun-release}],clusterResourceWhitelist: [{group: "",kind: Namespace}],namespaceResourceWhitelist: [{group: "*",kind: "*"}]}}
@@ -0,0 +1 @@
{apiVersion: kustomize.config.k8s.io/v1beta1,kind: Kustomization,resources: [namespace.yaml,mgr.yaml,runner-rbac.yaml]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{apiVersion: v1,kind: Namespace,metadata: {name: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}}}
@@ -0,0 +1,5 @@
{apiVersion: v1,kind: ServiceAccount,metadata: {name: agentrun-nc01-release-runner,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}}}
---
{apiVersion: rbac.authorization.k8s.io/v1,kind: Role,metadata: {name: agentrun-nc01-release-runner-secret-reader,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},rules: [{apiGroups: [""],resources: [secrets],verbs: [get]}]}
---
{apiVersion: rbac.authorization.k8s.io/v1,kind: RoleBinding,metadata: {name: agentrun-nc01-release-runner-secret-reader,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},subjects: [{kind: ServiceAccount,name: agentrun-nc01-release-runner}],roleRef: {apiGroup: rbac.authorization.k8s.io,kind: Role,name: agentrun-nc01-release-runner-secret-reader}}