From 154e2649a3ed3954578bcddfbc84b3518bbd23f6 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Tue, 12 Sep 2023 19:48:21 +0100 Subject: [PATCH] fixup! fix: Add excerpt --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/improved-crd-validation-with-common-expression-language/index.md b/content/posts/improved-crd-validation-with-common-expression-language/index.md index e1538bf..6f15cee 100644 --- a/content/posts/improved-crd-validation-with-common-expression-language/index.md +++ b/content/posts/improved-crd-validation-with-common-expression-language/index.md @@ -3,7 +3,7 @@ authors: ["jdyson"] title: "Improved CRD Validation With Common Expression Language" date: 2023-09-07T12:49:39+01:00 tags: ["kubernetes", "api"] -excerpt: +excerpt: Common Expression Language validation rules for CRDs is now enabled by default in Kubernetes. Read on to find out how to use CEL to introduce complex validations without having to create your own validating webhooks in code. feature_image: feature.webp ---