mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Merge branch 'main' of https://github.com/fjogeleit/policy-reporter into main
This commit is contained in:
commit
3b4ad3ab81
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Installation via Helm Repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add policy-reporter https://fjogeleit.github.io/policy-reporter
|
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.
|
You can also customize the `./charts/policy-reporter/values.yaml` to change the default configurations.
|
||||||
|
|
||||||
|
@ -61,4 +61,4 @@ helm install policy-reporter policy-reporter/policy-reporter --set metrics.servi
|
||||||
|
|
||||||
# Todos
|
# Todos
|
||||||
* ~~Support for ClusterPolicyReports~~
|
* ~~Support for ClusterPolicyReports~~
|
||||||
* Additional Targets
|
* Additional Targets
|
||||||
|
|
Loading…
Reference in a new issue