1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update helm install

This commit is contained in:
Jim Bugwadia 2020-06-05 16:59:26 -07:00 committed by GitHub
parent a72f63d712
commit 434d2452c7
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: