apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: registry-cache namespace: argocd spec: destination: namespace: registry-cache server: https://kubernetes.default.svc project: default source: path: registry-cache repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true