From d2b16d711e4f3f4906c7c1eed9985ab2e8d6bd25 Mon Sep 17 00:00:00 2001 From: Maruf Tuhin Date: Wed, 3 Jul 2019 19:22:31 +0600 Subject: [PATCH] Fix typo (#15265) --- .../access-authn-authz/extensible-admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md index 1b4f8e46ee..df7e6e1c4c 100644 --- a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md @@ -690,7 +690,7 @@ or the server could power off before persisting the object. Additionally, webhooks with side effects should skip those side-effects when `dryRun: true` admission requests are handled. A webhook must explicitly indicate that it will not have side-effects when run with `dryRun`, -or the dry-run request will not be sent to the webhook and the API request fill fail instead. +or the dry-run request will not be sent to the webhook and the API request will fail instead. Webhooks indicate whether they have side effects using the `sideEffects` field in the webhook configuration. `sideEffects` may be set to `Unknown`, `None`, `Some`, `NoneOnDryRun`. The default is `Unknown`.