Hi,
The documentation mentions that cert-manager is not mandatory (see Qovery Documentation). However, we are unable to start the Qovery Helm release without it because the qovery-cluster-agent
requires cert-manager to be installed in the cluster.
Is it possible to run a BYOK (Bring Your Own Kubernetes) setup without cert-manager and handle all certification-related tasks using an external provider like Cloudflare?
Here is the error message we are encountering:
helm_release.qovery: Modifying... [id=qovery]
â•·
│ Error: [resource mapping not found for name: "qovery-cluster-agent-tls" namespace: "qovery" from "": no matches for kind "Certificate" in version "cert-manager.io/v1"
│ ensure CRDs are installed first, resource mapping not found for name: "qovery-cluster-agent-issuer" namespace: "" from "": no matches for kind "Issuer" in version "cert-manager.io/v1"
│ ensure CRDs are installed first]
│
│ with helm_release.qovery,
│ on qovery.tf line 1, in resource "helm_release" "qovery":
│ 1: resource "helm_release" "qovery" {
│
╵
Thank you in advance for your assistance!