1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

Merge pull request #925 from nirmata/helm_remove_generate_name-1

update helm install
This commit is contained in:
Jim Bugwadia 2020-06-05 17:12:36 -07:00 committed by GitHub
commit af07747f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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