cockroachdb / helm-charts

Helm charts for cockroachdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new config for cert-manager fails

vincentserpoul opened this issue · comments

using cert-manager 1.7.2

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Certificate.spec.issuerRef): unknown field "clientCertDuration" in io.cert-manager.v1.Certificate.spec.issuerRef, ValidationError(Certificate.spec.issuerRef): unknown field "clientCertExpiryWindow" in io.cert-manager.v1.Certificate.spec.issuerRef, ValidationError(Certificate.spec.issuerRef): unknown field "nodeCertDuration" in io.cert-manager.v1.Certificate.spec.issuerRef, ValidationError(Certificate.spec.issuerRef): unknown field "nodeCertExpiryWindow" in io.cert-manager.v1.Certificate.spec.issuerRef]

linked to the related commit d5759b0

The values in tls.certs.certManagerIssuer are also used for the issuerRef field. Sry my fault that I didn't see that! I will fix it.

Here's the PR: #236
Please have a look

7.0.1 pulled today works!

thanks for the reactivity and speed!