From 41bfaa751556aa3356a55c3c7f48d42c06d32297 Mon Sep 17 00:00:00 2001
From: Nacho Barrientos <nacho.barrientos@cern.ch>
Date: Mon, 17 Mar 2025 11:32:52 +0100
Subject: [PATCH] Fix typo

---
 values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/values.yaml b/values.yaml
index 423526d..3cdf010 100644
--- a/values.yaml
+++ b/values.yaml
@@ -15,7 +15,7 @@ otlp:
 tenant:
   # -- username used for authenitcating in the MONIT infrastructure
   name: ''
-  # -- password (plain) used for authenitcating in the MONIT infrastructure
+  # -- password (plain) used for authenticating in the MONIT infrastructure
   password: ''
 
 # Kubernetes configuration.
-- 
GitLab