From ef5190572c60f3aeb822cd544dc7efd6848c9b92 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 19 Sep 2018 15:34:58 +0100 Subject: [PATCH] Fix issues with ingress-shim doc rendering and remove warning Signed-off-by: James Munnelly --- docs/reference/ingress-shim.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/ingress-shim.rst b/docs/reference/ingress-shim.rst index cec03e6b4..eef29a188 100644 --- a/docs/reference/ingress-shim.rst +++ b/docs/reference/ingress-shim.rst @@ -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 =============