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