We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d013ec commit 0e6ec32Copy full SHA for 0e6ec32
docs/index.md
@@ -70,7 +70,7 @@ If you would prefer to be more explicit about which custom resources to skip you
70
provide a list of resources to skip like so.
71
72
```console
73
-$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yam
+$ kubeval --skip-kinds SealedSecret fixtures/test_crd.yaml
74
WARN - fixtures/test_crd.yaml containing a SealedSecret was not validated against a schema
75
```
76
@@ -80,7 +80,7 @@ Helm chart configurations generally have a reference to the source template in a
80
like so:
81
82
83
-# Source: chart/templates/frontend.yam
+# Source: chart/templates/frontend.yaml
84
85
86
When kubeval detects these comments it will report the relevant chart template files in
0 commit comments