apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: agentrun-g14-v01 namespace: argocd spec: project: agentrun-v01 source: repoURL: git@github.com:pikasTech/agentrun.git targetRevision: v0.1-gitops path: deploy/gitops/g14/runtime-v01 destination: server: https://kubernetes.default.svc namespace: agentrun-v01 syncPolicy: automated: prune: false selfHeal: true syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true