cert-manager/docs/reference/cainjector.rst
Max Goltzsche acb2e47048 Add cainjector usage documentation.
Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
2019-10-11 23:26:34 +02:00

13 lines
474 B
ReStructuredText

=====================
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>`.