Add cainjector usage documentation.
Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
This commit is contained in:
parent
4ec682db20
commit
acb2e47048
@ -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>`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user