From deb60c1ec8431b9c6147eb9ddf9cf6150a1d5e61 Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Thu, 4 Jun 2020 01:04:19 +0200 Subject: [PATCH] Add an example to the readme --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index abf78aa..6a0736a 100644 --- a/Readme.md +++ b/Readme.md @@ -72,6 +72,14 @@ $ echo $? 1 ``` +* Validating a folder, increasing the number of parallel workers +``` +$ ./bin/kubeconform -dir fixtures -summary -n 16 +fixtures/multi_invalid.yaml - Service is invalid: Invalid type. Expected: integer, given: string +fixtures/invalid.yaml - ReplicationController is invalid: Invalid type. Expected: [integer,null], given: string +Run summary - Valid: 40, Invalid: 2, Errors: 0 Skipped: 6 +``` + ### Credits * @garethr for the [Kubeval](https://github.com/instrumenta/kubeval) and