apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cert-manager-config namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: homelab source: repoURL: gitea@172.16.2.52:baptiste/k8s.git targetRevision: main path: infrastructure/cert-manager/config destination: server: https://kubernetes.default.svc namespace: cert-manager syncPolicy: automated: prune: true selfHeal: true syncOptions: - ServerSideApply=true - SkipDryRunOnMissingResource=true