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:
parent
1c5fc22aa0
commit
03ab89115f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue