Fix rst syntax error in ingress-shim.rst

This commit is contained in:
Hemslo 2018-04-13 00:24:17 +08:00 committed by GitHub
parent 4f1c8bfdb5
commit dd22b3adec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ annotation for fully automated TLS, you will need to configure a default Issuer
when deploying cert-manager. This can be done by adding the following ``--set``
when deploying using Helm:
.. code-block: shell
.. code-block:: shell
--set ingressShim.extraArgs='{--default-issuer-name=letsencrypt-prod,--default-issuer-kind=ClusterIssuer}'