Skip to content

Commit 45182c8

Browse files
change ValidatingAdmissionWebhook to ValidatingAdmissionPolicy
1 parent 33dc1b0 commit 45182c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/validating-admission-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ When an API request is validated with this admission policy, the resulting audit
373373
In this example the annotation will only be included if the `spec.replicas` of the Deployment is more than
374374
50, otherwise the CEL expression evaluates to null and the annotation will not be included.
375375

376-
Note that audit annotation keys are prefixed by the name of the `ValidatingAdmissionWebhook` and a `/`. If
376+
Note that audit annotation keys are prefixed by the name of the `ValidatingAdmissionPolicy` and a `/`. If
377377
another admission controller, such as an admission webhook, uses the exact same audit annotation key, the
378378
value of the first admission controller to include the audit annotation will be included in the audit
379379
event and all other values will be ignored.

0 commit comments

Comments
 (0)