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

fix: helm install docs (#3312)

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-02-28 16:49:19 +01:00 committed by GitHub
parent fef7bb6f0f
commit 1dd745f9a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ $ kubectl create namespace kyverno
**Install the Kyverno chart:**
```console
$ helm install kyverno --namespace kyverno kyverno ./charts/kyverno
$ helm install kyverno --namespace kyverno kyverno/kyverno
```
The command deploys Kyverno on the Kubernetes cluster with default configuration. The [installation](https://kyverno.io/docs/installation/) guide lists the parameters that can be configured during installation.

View file

@ -38,7 +38,7 @@ $ kubectl create namespace kyverno
**Install the Kyverno chart:**
```console
$ helm install kyverno --namespace kyverno kyverno ./charts/kyverno
$ helm install kyverno --namespace kyverno kyverno/kyverno
```
The command deploys Kyverno on the Kubernetes cluster with default configuration. The [installation](https://kyverno.io/docs/installation/) guide lists the parameters that can be configured during installation.