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:
parent
ab72cd71ee
commit
fae191d8be
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue