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:
parent
9ce20e826b
commit
76a74b276b
1 changed files with 4 additions and 4 deletions
|
@ -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:**
|
||||
|
|
Loading…
Add table
Reference in a new issue