From 22ab44a42e85aa6431952461e921d01ee59a5a81 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sun, 21 Feb 2021 10:26:14 +0100 Subject: [PATCH] Update Installation instruction --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84e9bc4e..32a4f952 100644 --- a/README.md +++ b/README.md @@ -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.