apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: convertx namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://git.phillips-home.net/jay/k8s-gitops.git targetRevision: main path: apps/convertx destination: server: https://kubernetes.default.svc namespace: convertx syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true - ServerSideApply=true