Fix issues with ingress-shim doc rendering and remove warning

Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
This commit is contained in:
James Munnelly 2018-09-19 15:34:58 +01:00 committed by James Munnelly
parent 43c99d25c2
commit ef5190572c

View File

@ -16,6 +16,7 @@ ensure a Certificate resource with the same name as the Ingress, and configured
as described on the Ingress exists. For example:
.. code-block:: yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
@ -39,10 +40,6 @@ as described on the Ingress exists. For example:
secretName: myingress-cert # < cert-manager will store the created certificate in this secret.
As of the time of writing, it **will not** update Certificate resources if your
Ingress resource changes. It is up to yourself to ensure the corresponding
Certificate resource is as required.
Configuration
=============