Skip to content

Commit 0e6ec32

Browse files
author
Lukas Grossar
committed
Fix yaml/yaml typos in docs/index.md
1 parent 8d013ec commit 0e6ec32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you would prefer to be more explicit about which custom resources to skip you
7070
provide a list of resources to skip like so.
7171

7272
```console
73-
$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yam
73+
$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yaml
7474
WARN - fixtures/test_crd.yaml containing a SealedSecret was not validated against a schema
7575
```
7676

@@ -80,7 +80,7 @@ Helm chart configurations generally have a reference to the source template in a
8080
like so:
8181

8282
```console
83-
# Source: chart/templates/frontend.yam
83+
# Source: chart/templates/frontend.yaml
8484
```
8585

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

0 commit comments

Comments
 (0)