From 170ff943d1524ca74fc8da73011dbf55660c93f5 Mon Sep 17 00:00:00 2001 From: JoshVanL Date: Thu, 10 Oct 2019 13:42:42 +0100 Subject: [PATCH] Removes the mention of the feature flag needed to use CertificateRequests Signed-off-by: JoshVanL --- docs/reference/certificaterequests.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/reference/certificaterequests.rst b/docs/reference/certificaterequests.rst index 254aa9b39..3f0e71430 100644 --- a/docs/reference/certificaterequests.rst +++ b/docs/reference/certificaterequests.rst @@ -10,11 +10,6 @@ signing request. 'CertificateRequets' are typically consumed and managed by controllers or other systems and should not be used by humans - unless specifically needed. -.. note:: - To enable cert-manager's internal CertificateRequest controllers, supply the - following feature gate: - `--feature-gates=CertificateRequestControllers=true` - A simple CertificateRequest looks like the following: .. code-block:: yaml