Removes the mention of the feature flag needed to use

CertificateRequests

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
This commit is contained in:
JoshVanL 2019-10-10 13:42:42 +01:00
parent 2991356c5d
commit 170ff943d1

View File

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