guilhem / freeipa-issuer

A cert-manager external issuer for FreeIPA
Apache License 2.0
31 stars 14 forks source link

ClusterIssuer is missing field #15

Open StefanAbl opened 3 years ago

StefanAbl commented 3 years ago
error: error validating "10-cert-manager/issuer.yml": error validating data: ValidationError(ClusterIssuer.spec): unknown field "ignoreError" in org.freeipa.certmanager.v1beta1.ClusterIssuer.spec; if you choose to ignore these errors, turn validation off with --validate=false

The Cluster Issuer is missing the field ignoreError however the error which is suppressed by this field still appears when trying to sign with the issuer.

guilhem commented 3 years ago

@StefanAbl can you test with the latest commit?