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:
parent
1a959075ea
commit
438bd923d4
2 changed files with 7 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
||||||
config.yaml
|
config.yaml
|
||||||
build
|
build
|
||||||
|
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue