cockroachdb / helm-charts

Helm charts for cockroachdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cert-manager CRD issue with chart v7.0.0

seguidor777 opened this issue · comments

Hi,

I have cert-manager 1.6.1 installed and I'm trying to also install cockroachdb with chart v7.0.0
During the installation of the chart I'm getting this error due to a CRD that is not present in my current version of cert-manager which is the latest one.
Can you please let me know how can I workaround this?

error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2"

I have fixed it by setting the value tls.certs.useCertManagerV1CRDs to true.
Now I got a different error related to the organization field since it should be organizations
I see that is a work in progress to fix that, will be looking forward to it to be merged
#205