From 434d2452c72285754a155e5d42ce17443d5fcd50 Mon Sep 17 00:00:00 2001
From: Jim Bugwadia <jim@nirmata.com>
Date: Fri, 5 Jun 2020 16:59:26 -0700
Subject: [PATCH] update helm install

---
 charts/kyverno/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md
index 9ef677999f..b84617b4cc 100644
--- a/charts/kyverno/README.md
+++ b/charts/kyverno/README.md
@@ -15,7 +15,7 @@
 $ helm repo add kyverno https://nirmata.github.io/kyverno
 
 ## Install the kyverno helm chart
-$ helm install --generate-name --namespace kyverno kyverno/kyverno
+$ helm install kyverno --namespace kyverno kyverno/kyverno
 ```
 
 ## Introduction
@@ -27,7 +27,7 @@ This chart bootstraps a Kyverno deployment on a [Kubernetes](http://kubernetes.i
 Kyverno makes assumptions about naming of namespaces and resources. Therefore, the chart must be installed with the default release name `kyverno` (default if --name is omitted) and in the namespace 'kyverno':
 
 ```console
-$ helm install --generate-name --namespace kyverno kyverno ./charts/kyverno
+$ helm install kyverno --namespace kyverno kyverno ./charts/kyverno
 ```
 
 Note that Helm by default expects the namespace to already exist before running helm install. Create the namespace using: