From 417adebf1305f3596b22e14488e407bc5459c661 Mon Sep 17 00:00:00 2001
From: Nacho Barrientos <nacho.barrientos@cern.ch>
Date: Tue, 11 Mar 2025 15:08:48 +0100
Subject: [PATCH] Fix YAML file indentation

---
 Chart.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index a557304..c51e87c 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -6,6 +6,6 @@ kubeVersion: ">=1.27.0-0"
 description: Helm Chart provided by IT Monitoring Service to install and configure required components to gather and send monitoring data from kubernetes clusters to central service.
 home: https://cern.ch/monitoring
 dependencies:
-- name: crds
-  version: "0.0.0"
-  condition: crds.enabled
+  - name: crds
+    version: "0.0.0"
+    condition: crds.enabled
-- 
GitLab