Skip to content

Commit

Permalink
update helm repo link (kyverno#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipzoller authored Nov 25, 2020
1 parent 9ce20e8 commit 76a74b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kyverno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:**
Expand Down

0 comments on commit 76a74b2

Please sign in to comment.