Skip to content

Commit

Permalink
Merge pull request #156 from ian-howell/fix/validation-message
Browse files Browse the repository at this point in the history
Fix the example output when using --ignore-missing-schemas
  • Loading branch information
garethr committed Jul 27, 2019
2 parents 9c9c0a5 + 64c8584 commit e766304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ missing schemas, though this may change in a future major version.
```
$ kubeval --ignore-missing-schemas fixtures/test_crd.yaml
Warning: Set to ignore missing schemas
The document fixtures/test_crd.yaml contains a valid SealedSecret
The file fixtures/test_crd.yaml containing a SealedSecret was not validated against a schema
```

If you would prefer to be more explicit about which custom resources to skip you can instead
Expand Down

0 comments on commit e766304

Please sign in to comment.