apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: timemachine namespace: argocd spec: destination: namespace: timemachine server: https://kubernetes.default.svc project: default source: path: apps/timemachine repoURL: git@github.com:amkartashov/gf-k8s syncPolicy: syncOptions: - CreateNamespace=true automated: prune: true selfHeal: true