Merge pull request #2195 from mgoltzsche/master

Add cainjector usage documentation.
This commit is contained in:
jetstack-bot 2019-10-15 08:56:19 +01:00 committed by GitHub
commit 082122040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,12 @@
=====================
cainjector controller
=====================
The cainjector controller injects a Certificate into the ``caBundle`` field
of ValidatingWebhookConfiguration, MutatingWebhookConfiguration or
APIService resources annotated with:
* ``cert-manager.io/inject-apiserver-ca: "true"``
Injects the cluster CA.
* ``cert-manager.io/inject-ca-from: <NAMESPACE>/<CERTIFICATE>``
Injects the CA from the specified :doc:`certificate </reference/certificates>`.