Merge pull request #917 from jetstack/munnerz-patch-1

Fix issues with ingress-shim doc rendering and remove warning
This commit is contained in:
jetstack-bot 2018-09-19 15:46:27 +01:00 committed by GitHub
commit 4d9dc0139f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
=============