apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: myks.dev/environment: production finalizers: - resources-finalizer.argocd.argoproj.io name: app-production-cert-manager namespace: argocd spec: destination: name: production namespace: cert-manager project: env-production source: path: rendered/envs/production/cert-manager repoURL: "" targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true