From f87d417e731d38b523ce22ac881d811ef327a7c2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 19 Jan 2025 22:06:27 +0100 Subject: [PATCH] doc(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a737f..9139642 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ helm chart is tested for deployment scenarios with **ArgoCD**. ## Helm: configuration and installation 1. A helm chart repository must be configured, to pull the helm charts from. -2. All available parameters are [here](#parameters) in detail document. The parameters can be defined via the helm +2. All available parameters are [here](#parameters) in detail documented. The parameters can be defined via the helm `--set` flag or directly as part of a `values.yaml` file. The following example defines the `prometheus-exporter` repository and use the `--set` flag for a basic deployment.