1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-18 02:06:52 +00:00

Fix documentation for helm ()

This commit is contained in:
Yuvraj 2020-10-13 03:15:04 +05:30 committed by GitHub
parent f15730b3a9
commit 7d7919d7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Kyverno - Kubernetes Native Policy Management
[![Build Status](https://travis-ci.org/kyverno/kyverno.svg?branch=master)](https://travis-ci.org/kyverno/kyverno) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/kyverno)](https://goreportcard.com/report/github.com/kyverno/kyverno) ![License: Apache-2.0](https://img.shields.io/github/license/kyverno/kyverno?color=blue)
![build](https://github.com/kyverno/kyverno/workflows/build/badge.svg) ![prereleaser](https://github.com/kyverno/kyverno/workflows/prereleaser/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/kyverno)](https://goreportcard.com/report/github.com/kyverno/kyverno) ![License: Apache-2.0](https://img.shields.io/github/license/kyverno/kyverno?color=blue)
![logo](documentation/images/Kyverno_Horizontal.png)

View file

@ -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.