From 75cffbeee5d9985bcf4e95b61b655dddb397cd81 Mon Sep 17 00:00:00 2001 From: tay <45858469+tarynlucas@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:40:24 -0400 Subject: [PATCH] remove kubeval link kubeval project is no longer supported; the link now goes to a sketchy site longer-term, this whole page should probably be reevaluated --- functions/ts/kubeval/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/ts/kubeval/README.md b/functions/ts/kubeval/README.md index 668204e4f..89f4c839f 100644 --- a/functions/ts/kubeval/README.md +++ b/functions/ts/kubeval/README.md @@ -2,7 +2,7 @@ ## Overview -The `kubeval` function wraps the [`kubeval`] binary to validate resources +The `kubeval` function wraps the `kubeval` binary to validate resources against their [json schemas]. This function is often used in the following scenarios: @@ -66,6 +66,4 @@ Config Connector resources). If you want to convert OpenAPI to json schema, you can use [openapi2jsonschema](https://github.com/instrumenta/openapi2jsonschema). -[`kubeval`]:https://kubeval.com - [json schemas]:https://json-schema.org