apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ci-config namespace: argocd spec: project: default source: repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/legion/k8s/github-runner destination: server: https://kubernetes.default.svc namespace: ci syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitea-runner-config namespace: argocd spec: project: default source: repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/legion/k8s/gitea-runner destination: server: https://kubernetes.default.svc namespace: ci syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true