Skip to content

Commit 80d2f96

Browse files
authored
Update extensible-admission-controllers.md
fix typo
1 parent e0d085a commit 80d2f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ The `matchPolicy` lets a webhook define how its `rules` are used to match incomi
680680
Allowed values are `Exact` or `Equivalent`.
681681

682682
* `Exact` means a request should be intercepted only if it exactly matches a specified rule.
683-
* `Equivalent` means a request should be intercepted if modifies a resource listed in `rules`,
683+
* `Equivalent` means a request should be intercepted if it modifies a resource listed in `rules`,
684684
even via another API group or version.
685685

686686
In the example given above, the webhook that only registered for `apps/v1` could use `matchPolicy`:

0 commit comments

Comments
 (0)