apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cloudflare namespace: argocd spec: project: default source: repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git targetRevision: HEAD path: cloudflare/prod destination: server: https://kubernetes.default.svc namespace: simplysyncedllc-com syncPolicy: syncOptions: - CreateNamespace=true automated: selfHeal: true prune: true