mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-18 02:06:52 +00:00
Fix documentation for helm (#1187)
This commit is contained in:
parent
f15730b3a9
commit
7d7919d7d9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Kyverno - Kubernetes Native Policy Management
|
||||
|
||||
[](https://travis-ci.org/kyverno/kyverno) [](https://goreportcard.com/report/github.com/kyverno/kyverno) 
|
||||
  [](https://goreportcard.com/report/github.com/kyverno/kyverno) 
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ You can install Kyverno using the Helm chart or YAML files in this repository.
|
|||
|
||||
Add the nirmata Helm repository
|
||||
```sh
|
||||
helm repo add kyverno https://nirmata.github.io/kyverno/
|
||||
helm repo add kyverno https://kyverno.github.io/kyverno/
|
||||
```
|
||||
|
||||
Create a namespace and then install the kyverno helm chart.
|
||||
|
|
Loading…
Add table
Reference in a new issue