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:
parent
4cb0e564d4
commit
184afa23db
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue