From 3b451c7daf1b2622924cfaf1522ade4ce2761bc7 Mon Sep 17 00:00:00 2001 From: Brad McCoy Date: Sat, 5 Aug 2023 07:35:50 +1000 Subject: [PATCH] Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md Co-authored-by: Tim Bannister --- content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md index 61e0378705..6ca13223ca 100644 --- a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md +++ b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md @@ -43,7 +43,7 @@ This builds on the capabilities of the CRD Validation Rules feature that graduat This will lower the infrastructure barrier to enforcing customizable policies as well as providing primitives that help the community establish and adhere to the best practices of both K8s and its extensions. -## Admission Webhook Match Conditions +## Match conditions for admission webhooks Introduce CEL expression filters to webhooks, to allow webhooks to be scoped more narrowly.