1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00
This commit is contained in:
Frank Jogeleit 2021-02-21 14:13:32 +01:00
commit 3b4ad3ab81

View file

@ -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.