From bd5f871fee12c40f6fa5904057d754873eba65f7 Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Wed, 3 Jun 2020 17:02:02 -0700 Subject: [PATCH] helm docs added for helm repository --- charts/kyverno/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 2c34eba456..ea311dc2bd 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -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 ```