apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: url-shortener namespace: argocd spec: project: default source: repoURL: https://gitea.arcodange.duckdns.org/arcodange-org/url-shortener targetRevision: HEAD path: argocd destination: server: https://kubernetes.default.svc namespace: url-shortener syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true