mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
update repo name
This commit is contained in:
parent
49c61a574a
commit
7a49db3882
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -165,7 +165,7 @@ test-e2e:
|
|||
|
||||
# godownloader create downloading script for kyverno-cli
|
||||
godownloader:
|
||||
godownloader .goreleaser.yml --repo nirmata/kyverno -o ./scripts/install-cli.sh --source="raw"
|
||||
godownloader .goreleaser.yml --repo kyverno/kyverno -o ./scripts/install-cli.sh --source="raw"
|
||||
|
||||
# kustomize-crd will create install.yaml
|
||||
kustomize-crd:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Kyverno - Kubernetes Native Policy Management
|
||||
|
||||
[](https://travis-ci.org/nirmata/kyverno) [](https://goreportcard.com/report/github.com/kyverno/kyverno) 
|
||||
[](https://travis-ci.org/kyverno/kyverno) [](https://goreportcard.com/report/github.com/kyverno/kyverno) 
|
||||
|
||||

|
||||
|
||||
|
@ -25,7 +25,7 @@ To check the version, enter `kubectl version`.
|
|||
|
||||
Install Kyverno:
|
||||
```console
|
||||
kubectl create -f https://raw.githubusercontent.com/nirmata/kyverno/master/definitions/release/install.yaml
|
||||
kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/master/definitions/release/install.yaml
|
||||
```
|
||||
|
||||
You can also install Kyverno using a [Helm chart](https://github.com/kyverno/kyverno/blob/master/documentation/installation.md#install-kyverno-using-helm).
|
||||
|
|
Loading…
Add table
Reference in a new issue