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:
commit
af07747f11
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue