Skip to content

Wilcard certificate is ignored #4493

Answered by maelvls
roosnic1 asked this question in Q&A
Discussion options

You must be logged in to vote

It seems like you are using both the "Ingress shim" (which creates a Certificate with secretName development-wepublish-wildcard-tls) as well as a standalone Certificate with the secretName development-wepublish-wildcard-tls.

cert-manager tries to reconcile two Certificates for the same secretName; one symptom of this is the SecretMismatch error.

You may want to remove the line

    cert-manager.io/issuer: wepublish-dev-prod-issuer

from your Ingress. That will prevent cert-manager from creating a Certificate.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@roosnic1
Comment options

Answer selected by roosnic1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants