mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-26 21:02:03 +00:00
doc: add homebrew install instruction
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
2e7c2bfe33
commit
f1db99db6a
1 changed files with 10 additions and 2 deletions
|
|
@ -45,6 +45,14 @@ validation would still error when being deployed. See for example these bugs aga
|
|||
bug reports is not part of Kubernetes' OpenAPI spec, and therefore kubeconform/kubeval will not detect the
|
||||
configuration errors.
|
||||
|
||||
### Installation
|
||||
|
||||
If you are [Homebrew](https://brew.sh/) user, you can install by running
|
||||
|
||||
```bash
|
||||
$ brew install kubeconform
|
||||
```
|
||||
|
||||
|
||||
### Usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue