Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "kind:" in issuerRef #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add "kind:" in issuerRef #26

wants to merge 1 commit into from

Conversation

rodrigc
Copy link

@rodrigc rodrigc commented Jan 10, 2023

I needed to add this annotation otherwise I was getting errors:

Referenced "Issuer" not found: issuer.cert-manager.io "letsencrypt-prod" not found

If you create a certificate, in the issuerRef, if you do not specify a kind: then cert-manager assumes that the the issuer is of type kind: Issuer.

Since this document specifies the creation of a cluster-wide issuer of type kind: ClusterIssuer, you need to specify it here.

The cert-manager documentation says the same thing. If you look at: https://cert-manager.io/docs/tutorials/acme/dns-validation/

it says:

If you want to reference a ClusterIssuer, which is a cluster-scoped version of an Issuer, you must add kind: ClusterIssuer to the issuerRef stanza.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant