mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
helm docs added for helm repository
This commit is contained in:
parent
ecf66c5948
commit
bd5f871fee
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
## TL;DR;
|
||||
|
||||
```console
|
||||
## Add the nirmata Helm repository
|
||||
$ helm repo add kyverno https://nirmata.github.io/kyverno/helm-charts/
|
||||
|
||||
## Install the kyverno helm chart
|
||||
$ helm install --name my-release --namespace kyverno nirmata/kyverno
|
||||
|
||||
$ helm install --create-namespace -n kyverno kyverno ./charts/kyverno
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue