1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update helm repo link (#1313)

This commit is contained in:
Chip Zoller 2020-11-25 17:32:40 -05:00 committed by GitHub
parent 9ce20e826b
commit 76a74b276b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
Access the complete user documentation and guides at: https://kyverno.io.
## TL;DR;
## TL;DR
```console
## Add the Kyverno Helm repository
$ helm repo add kyverno https://nirmata.github.io/kyverno
$ helm repo add kyverno https://kyverno.github.io/kyverno/
## Install the Kyverno Helm chart
$ helm install kyverno --namespace kyverno kyverno/kyverno
$ helm install kyverno --namespace kyverno kyverno/kyverno --create-namespace
```
## Introduction
@ -29,7 +29,7 @@ This chart bootstraps a Kyverno deployment on a [Kubernetes](http://kubernetes.i
**Add the Kyverno Helm repository:**
```console
$ helm repo add kyverno https://nirmata.github.io/kyverno
$ helm repo add kyverno https://kyverno.github.io/kyverno/
```
**Create a namespace:**