cert-manager / webhook-example

A cert-manager sample repository for creating an ACME DNS01 solver webhook
Apache License 2.0
107 stars 419 forks source link

apiVersion version is ourfdated since release 0.12.0 #7

Closed cmoulliard closed 4 years ago

cmoulliard commented 4 years ago

Issue

The apiversion is outdated since the release 0.12.0 as the apiversion to be used is

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

munnerz commented 4 years ago

Fixed by #11