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