The custom resource definition of the cluster-manager application is changed by the creators.
the YAML should look like this:
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
namespace: ingress-basic
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-staging
http01: {}
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@wmeints Thanks for your question. We are checking on this and will respond to you soon.
Many thanks. The new manifest works.
you also need to update the certificates.yaml to cert-manager.io/v1alpha2
@wmeints @delbus
i will update the doc .
Actual example from https://cert-manager.readthedocs.io/en/latest/reference/issuers.html# has a key called solvers.
Our example dont need it though. I will check and update
@wmeints @delbus I hope we need to change the labels also
Most helpful comment
you also need to update the certificates.yaml to cert-manager.io/v1alpha2