Skip to content

Commit

Permalink
Update Installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jogeleit committed Feb 21, 2021
1 parent bd9b885 commit 22ab44a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ This project is in an early stage. Please let me know if anything did not work a

## Installation with Helm v3

Clone the repository and use the following command:
Installation via Helm Repository

```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 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
```
You can also customize the `./charts/policy-reporter/values.yaml` to change the default configurations.

Expand Down

0 comments on commit 22ab44a

Please sign in to comment.