Fix issues with ingress-shim doc rendering and remove warning
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
This commit is contained in:
parent
43c99d25c2
commit
ef5190572c
@ -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
|
||||
=============
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user