apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: physics-application namespace: argocd annotations: spec: project: apps source: repoURL: ssh://git@git.kluster.moll.re:2222/remoll/eth-physics.git targetRevision: v4 path: deployment/ destination: server: https://kubernetes.default.svc namespace: eth-physics syncPolicy: automated: prune: true selfHeal: true