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

update readme

This commit is contained in:
Frank Jogeleit 2021-02-20 01:31:59 +01:00
parent 1a959075ea
commit 438bd923d4
2 changed files with 7 additions and 3 deletions

View file

@ -1,2 +1,3 @@
config.yaml config.yaml
build build
README.md

View file

@ -9,10 +9,13 @@ It uses this resources to create Prometheus Metrics from it. It also provides a
Clone the repository and use the following command: Clone the repository and use the following command:
```bash ```bash
git clone https://github.com/fjogeleit/policy-reporter.git
cd policy-reporter
helm install policy-reporter ./charts/policy-reporter --set loki=http://lokihost:3100 -n policy-reporter --create-namespace helm install policy-reporter ./charts/policy-reporter --set loki=http://lokihost:3100 -n policy-reporter --create-namespace
``` ```
You can also customize the `./charts/policy-reporter/values.yaml` to change the default configurations.
You can also customize the `values.yaml` to change the default configurations.
### Configure policyPriorities ### Configure policyPriorities