From 03d395f365757b2f202defed6773eb5ebac06a3a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 25 Nov 2024 17:51:15 +0100 Subject: [PATCH] doc(README): typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 956609c..dca7292 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ 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). 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. +2. All available parameters are [here](#parameters) in detail document. 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. > [!IMPORTANT] > By default is neither a serviceMonitor nor a podMonitor enabled. Use `prometheus.metrics.serviceMonitor.enabled=true`