doc(README): typo

This commit is contained in:
Markus Pesch 2024-11-25 17:51:15 +01:00
parent 74ad76c164
commit 03d395f365
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -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`