1
0
Fork 0
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:
Yuvraj 2020-06-03 17:02:02 -07:00
parent ecf66c5948
commit bd5f871fee

View file

@ -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
```