apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cert-manager-config namespace: argocd spec: project: default source: repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git targetRevision: HEAD path: infrastructure/cert-manager destination: server: https://kubernetes.default.svc namespace: cert-manager syncPolicy: automated: prune: true selfHeal: true