guides: Update cert manager annotation to work with HTTPProxy #2053
Labels
area/deployment
Issues or PRs related to deployment tooling or infrastructure.
area/documentation
Issues or PRs related to documentation.
area/tls
Issues or PRs related to TLS support.
kind/question
Categorizes an issue as a user question.
The guide to work cert-manager with HTTPProxy (https://projectcontour.io/guides/cert-manager/) in the section Making cert-manager work with HTTPProxy indicates that we should to create a dummy Ingress object like this
But this is wrong due the line 5 is incorrect, that annotation needs to be updated by the right one, which is certmanager.k8s.io/cluster-issuer
The code should be the following
The text was updated successfully, but these errors were encountered: