Fix deployment guide link. Fix inline code block.

This commit is contained in:
James Munnelly 2018-04-15 12:11:16 +01:00
parent ce91fd7339
commit 18409091d1

View File

@ -35,9 +35,9 @@ when deploying using Helm:
--set ingressShim.extraArgs='{--default-issuer-name=letsencrypt-prod,--default-issuer-kind=ClusterIssuer}'
In the above example, cert-manager will create Certificate resources that reference the ClusterIssuer `letsencrypt-prod` for all Ingresses that have a `kubernetes.io/tls-acme: "true"` annotation.
In the above example, cert-manager will create Certificate resources that reference the ClusterIssuer `letsencrypt-prod` for all Ingresses that have a ``kubernetes.io/tls-acme: "true"`` annotation.
For more information on deploying cert-manager, read the :doc:`deployment guide </getting-started>`.
For more information on deploying cert-manager, read the :doc:`deployment guide </getting-started/index>`.
Supported annotations
=====================