mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 02:47:01 +00:00
Merge pull request #52 from chenrui333/doc/add-homebrew-install
doc: add homebrew install instruction
This commit is contained in:
commit
5ed3ddac8a
1 changed files with 12 additions and 2 deletions
10
Readme.md
10
Readme.md
|
|
@ -1,6 +1,7 @@
|
||||||
# Kubeconform
|
# Kubeconform
|
||||||
|
|
||||||
[](https://github.com/yannh/kubeconform/actions?query=branch%3Amaster)
|
[](https://github.com/yannh/kubeconform/actions?query=branch%3Amaster)
|
||||||
|
[](https://formulae.brew.sh/formula/kubeconform)
|
||||||
[](https://goreportcard.com/report/github.com/yannh/kubeconform)
|
[](https://goreportcard.com/report/github.com/yannh/kubeconform)
|
||||||
[](https://pkg.go.dev/github.com/yannh/kubeconform/pkg/validator)
|
[](https://pkg.go.dev/github.com/yannh/kubeconform/pkg/validator)
|
||||||
|
|
||||||
|
|
@ -45,6 +46,15 @@ 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
|
bug reports is not part of Kubernetes' OpenAPI spec, and therefore kubeconform/kubeval will not detect the
|
||||||
configuration errors.
|
configuration errors.
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
If you are a [Homebrew](https://brew.sh/) user, you can install by running:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ brew install kubeconform
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also download the latest version from the [release page](https://github.com/yannh/kubeconform/releases).
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue