apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: harbor namespace: argocd annotations: argocd.argoproj.io/sync-wave: "10" spec: project: default destination: server: https://kubernetes.default.svc namespace: harbor source: repoURL: https://github.com/gwg313/homelab-gitops.git path: apps/harbor targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - SkipDryRunOnMissingResource=true