From e8221e3c43c89767800a6ae011d3fbc1215ab502 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Wed, 19 Jun 2024 15:53:40 +0200 Subject: [PATCH] TLDR example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf25db1..df25084 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ View the detailed installation instructions and configuration here: ### Installation Add the Helm repository, update it, get example values files. ```bash -helm repo add fundaments-open-zaak https://fundaments.github.io/open-zaak-charts/ -helm repo update +helm repo add fundaments-open-zaak https://fundaments.github.io/open-zaak-charts/ +helm repo update fundaments-open-zaak wget https://raw.githubusercontent.com/fundaments/open-zaak-charts/main/examples/openzaak_values.yaml wget https://raw.githubusercontent.com/fundaments/open-zaak-charts/main/examples/notificaties_values.yaml ```