From 38265dcd704cf9cae85712d506b0d0267551f98c Mon Sep 17 00:00:00 2001
From: Nacho Barrientos <nacho.barrientos@cern.ch>
Date: Tue, 4 Mar 2025 14:25:47 +0100
Subject: [PATCH] Correct typos in values documentation

---
 docs/values.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/values.md b/docs/values.md
index e2ce692..2512d32 100644
--- a/docs/values.md
+++ b/docs/values.md
@@ -3,7 +3,7 @@ This file contains the markdown version of the default values that this chart ta
 
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
-| kubernetes.clusterName | string | - | name of the kubernetes cluster to monitor. This value will be appended tovery metric and log via k8s_cluster_name label |
+| kubernetes.clusterName | string | - | name of the kubernetes cluster to monitor. This value will be appended to every metric and log via k8s_cluster_name label |
 | logs.enabled | bool | `false` | indicates if logs components should be enabled or not. If set to false no logs component will be installed nor configured |
 | logs.fluentbit.customParsers | string | `""` |  |
 | logs.fluentbit.enabled | bool | `false` | indicates if fluentbit logs component should be installed or not |
@@ -85,8 +85,8 @@ This file contains the markdown version of the default values that this chart ta
 | metrics.alertmanager.volumeMounts | Array | `[]` | list of volumes to be mounted |
 | otlp.endpoint | string | `"monit-otlp.cern.ch"` | otlp endpoint where the otlp receivers are listening |
 | otlp.port | int | `4319` | otlp port where the otlp receivers are listening |
-| tenant.name | string | - | username used for authenitcating in the MONIT infrastructure |
-| tenant.password | string | - | password (plain) used for authenitcating in the MONIT infrastructure |
+| tenant.name | string | - | username used for authenticating in the MONIT infrastructure |
+| tenant.password | string | - | password (plain) used for authenticating in the MONIT infrastructure |
 | crds.enabled | bool | `true` | whether to install Prometheus operator's CRDs |
 
 ----------------------------------------------
-- 
GitLab