Closed cmoulliard closed 4 years ago
The apiversion is outdated since the release 0.12.0 as the apiversion to be used is
apiversion
0.12.0
apiVersion: cert-manager.io/v1alpha2
and not anymore
apiVersion: certmanager.k8s.io/v1alpha1
To be fixed within the helm template resource and documented : https://github.com/jetstack/cert-manager-webhook-example/blob/master/deploy/example-webhook/templates/pki.yaml#L4
Remark: I propose to create a branch in order to handle the apiversion change
Fixed by #11
Issue
The
apiversion
is outdated since the release0.12.0
as the apiversion to be used isand not anymore
To be fixed within the helm template resource and documented : https://github.com/jetstack/cert-manager-webhook-example/blob/master/deploy/example-webhook/templates/pki.yaml#L4
Remark: I propose to create a branch in order to handle the apiversion change