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

remove --name for helm install

This commit is contained in:
shuting 2020-06-04 18:06:41 -07:00 committed by GitHub
parent 1c5fc22aa0
commit 03ab89115f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ You can install Kyverno using the Helm chart or YAML files in this repository.
helm repo add kyverno https://nirmata.github.io/kyverno/
## Install the kyverno helm chart
helm install --name my-release --namespace kyverno kyverno/kyverno
helm install my-release --namespace kyverno kyverno/kyverno
```