Skip to content

Commit

Permalink
Fix yaml/yaml typos in docs/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Grossar committed Feb 18, 2020
1 parent 8d013ec commit 0e6ec32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -80,7 +80,7 @@ Helm chart configurations generally have a reference to the source template in a
like so:

```console
# Source: chart/templates/frontend.yam
# Source: chart/templates/frontend.yaml
```

When kubeval detects these comments it will report the relevant chart template files in
Expand Down

0 comments on commit 0e6ec32

Please sign in to comment.