1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 18:15:48 +00:00

update helm installation instructions

This commit is contained in:
Jim Bugwadia 2020-06-05 16:57:52 -07:00 committed by GitHub
parent a72f63d712
commit 5be9c46c4e
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/
kubectl create ns kyverno
## Install the kyverno helm chart
helm install --generate-name --namespace kyverno kyverno/kyverno
helm install kyverno --namespace kyverno kyverno/kyverno
```