Merge pull request #2190 from JoshVanL/0-11-update-cr-ref

Removes the mention of the feature flag needed to use CertificateRequest
This commit is contained in:
jetstack-bot 2019-10-10 13:53:09 +01:00 committed by GitHub
commit b030b7eb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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