From cb1f47fe25eb2be9fc952701580acb579d7e291a Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 14 Sep 2018 10:50:44 +1000 Subject: [PATCH] Specify we want the disable-validation label not annotation All other documentation and charts around disable-validation refers to a lablel that is required, except the upgrade notes which is where people likely look first. Signed-off-by: Jamie Lennox --- docs/admin/upgrading/upgrading-0.4-0.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/upgrading/upgrading-0.4-0.5.rst b/docs/admin/upgrading/upgrading-0.4-0.5.rst index fb0fceed1..8b83bbd66 100644 --- a/docs/admin/upgrading/upgrading-0.4-0.5.rst +++ b/docs/admin/upgrading/upgrading-0.4-0.5.rst @@ -15,7 +15,7 @@ Disabling resource validation on the cert-manager namespace =========================================================== Before upgrading, you should add the ``certmanager.k8s.io/disable-validation: "true"`` -annotation to the ``cert-manager`` namespace. +label to the ``cert-manager`` namespace. This will allow the system resources that cert-manager requires to bootstrap TLS to be created in its own namespace.