Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/fjogeleit/policy-reporter i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
Frank Jogeleit committed Feb 21, 2021
2 parents dc33274 + fe3f901 commit 3b4ad3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation via Helm Repository

```bash
helm repo add policy-reporter https://fjogeleit.github.io/policy-reporter
helm install policy-reporter policy-reporter/policy-reporter --set loki=http://lokihost:3100 -n policy-reporter --create-namespace
helm install policy-reporter policy-reporter/policy-reporter --set loki.host=http://lokihost:3100 -n policy-reporter --create-namespace
```
You can also customize the `./charts/policy-reporter/values.yaml` to change the default configurations.

Expand Down Expand Up @@ -61,4 +61,4 @@ helm install policy-reporter policy-reporter/policy-reporter --set metrics.servi

# Todos
* ~~Support for ClusterPolicyReports~~
* Additional Targets
* Additional Targets

0 comments on commit 3b4ad3a

Please sign in to comment.