1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Update README.md

This commit is contained in:
Frank Jogeleit 2021-06-15 12:56:38 +02:00 committed by GitHub
parent ab72cd71ee
commit fae191d8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,10 @@ helm repo add policy-reporter https://fjogeleit.github.io/policy-reporter
helm repo update
```
### Basic Installation - Provides Prometheus Metrics
### Basic Installation
The basic installation provides an Prometheus Metrics Endpoint and different REST APIs, for more details have a look at the [Documentation](https://github.com/fjogeleit/policy-reporter/wiki/getting-started).
```bash
helm install policy-reporter policy-reporter/policy-reporter -n policy-reporter --create-namespace
```