Skip to content

Commit

Permalink
Merge pull request #215 from tongpu/bug_fix_typos
Browse files Browse the repository at this point in the history
Fix yaml/yaml typos in docs/index.md
  • Loading branch information
garethr committed Apr 14, 2020
2 parents 7f58156 + 0e6ec32 commit 88ed646
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 @@ If you would prefer to be more explicit about which custom resources to skip you
provide a list of resources to skip like so.

```console
$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yam
$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yaml
WARN - fixtures/test_crd.yaml containing a SealedSecret was not validated against a schema
```

Expand Down

0 comments on commit 88ed646

Please sign in to comment.