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