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