apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: agents-runtime namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" spec: project: agentic-os source: repoURL: http://192.168.8.248:3000/deepkoluguri/agents-runtime.git targetRevision: main path: k8s destination: server: https://kubernetes.default.svc namespace: agents-runtime syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true