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 88996f0Copy full SHA for 88996f0
docs/index.md
@@ -7,7 +7,7 @@ At the most basic level, Kubeval is used like so:
7
8
```console
9
$ kubeval my-invalid-rc.yaml
10
-WANR - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
+WARN - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
11
$ echo $?
12
1
13
```
0 commit comments