mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
Remove explicit stdin from example
This commit is contained in:
parent
7402d0fed8
commit
3e27220304
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ $ echo $?
|
|||
|
||||
* Passing manifests via Stdin
|
||||
```
|
||||
cat fixtures/valid.yaml | ./bin/kubeconform -summary -
|
||||
cat fixtures/valid.yaml | ./bin/kubeconform -summary
|
||||
Summary: 1 resource found parsing stdin - Valid: 1, Invalid: 0, Errors: 0 Skipped: 0
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue