mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
Add an example to the readme
This commit is contained in:
parent
110eb1173c
commit
deb60c1ec8
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue