Skip to content

Commit 4018f4e

Browse files
Update docs/draft/howto/enable-webhook-support.md
Co-authored-by: Todd Short <[email protected]>
1 parent a23484b commit 4018f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/draft/howto/enable-webhook-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Webhook support is enabled by default. The controller uses the `WebhookProviderC
55
feature-gate unless you override it. To switch to the OpenShift Service CA provider,
66
start the controller with `--feature-gates=WebhookProviderCertManager=false`.
77

8-
OLMv1 now supports the installation of bundles containing webhooks out of the box.
8+
OLMv1 supports the installation of bundles containing webhooks by default.
99
Webhooks, or more concretely Admission Webhooks, are part of Kuberntes' [Dynamic Admission Control](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/)
1010
feature. Webhooks run as services called by the kube-apiservice in due course of processing a resource related request. They can be used to validate resources, ensure reasonable default values,
1111
are set, or aid in the migration to new CustomResourceDefinition schema. The communication with the webhook service is secured by TLS. In OLMv1, the TLS certificate is managed by a

0 commit comments

Comments
 (0)