1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

Update README.md (#1037)

* Update README.md

add version due to parm incompatibility

* set ENV version in README.md

* revert change

Co-authored-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
Jim Bugwadia 2020-08-10 13:57:12 -07:00 committed by GitHub
parent 4cb0e564d4
commit 184afa23db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ To check the version, enter `kubectl version`.
Install Kyverno:
```console
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
kubectl create -f https://raw.githubusercontent.com/nirmata/kyverno/v1.1.8/definitions/install.yaml
```
You can also install Kyverno using a [Helm chart](https://github.com/nirmata/kyverno/blob/master/documentation/installation.md#install-kyverno-using-helm).