mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
update with release, typos
This commit is contained in:
parent
a9911246a2
commit
763af0655b
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ To apply these policies to your cluster, install Kyverno and import the policies
|
|||
### Install Kyverno**
|
||||
|
||||
````sh
|
||||
kubectl create -f https://github.com/kyverno/kyverno/raw/master/definitions/install.yaml
|
||||
kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/main/definitions/release/install.yaml
|
||||
````
|
||||
|
||||
<small>[(installation docs)](../documentation/installation.md)</small>
|
||||
|
@ -60,13 +60,13 @@ git clone https://github.com/kyverno/kyverno.git
|
|||
cd kyverno
|
||||
````
|
||||
|
||||
Import best_practices from [here](best_pratices):
|
||||
Import best practices from [here](best_pratices):
|
||||
|
||||
````bash
|
||||
kubectl create -f samples/best_practices
|
||||
````
|
||||
|
||||
Import addition policies from [here](more):
|
||||
Import additional policies from [here](more):
|
||||
|
||||
````bash
|
||||
kubectl create -f samples/more/
|
||||
|
|
Loading…
Add table
Reference in a new issue