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

fix helm installation (#912)

This commit is contained in:
Jim Bugwadia 2020-06-04 18:35:39 -07:00 committed by GitHub
parent 03ab89115f
commit 849ef4adcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,15 @@ You can install Kyverno using the Helm chart or YAML files in this repository.
## Add the nirmata Helm repository
helm repo add kyverno https://nirmata.github.io/kyverno/
## Create the Kyverno namespace
kubectl create ns kyverno
## Install the kyverno helm chart
helm install my-release --namespace kyverno kyverno/kyverno
helm install --generate-name --namespace kyverno kyverno/kyverno
```
Note: the namespace must be `kyverno`.
Note: the namespace must be `kyverno`. See issue #841.
## Install Kyverno using YAMLs