From b546ed40e7ce3532ea4ef3604e793d98e63f0921 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Tue, 25 Jun 2024 09:19:55 +0200
Subject: [PATCH] [FIX] grafana dashboard deprecated since 16.0

---
 templates/gitlab.rb.j2 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/gitlab.rb.j2 b/templates/gitlab.rb.j2
index e457a68..edd6672 100644
--- a/templates/gitlab.rb.j2
+++ b/templates/gitlab.rb.j2
@@ -85,9 +85,6 @@ redis_exporter['enable'] = false
 postgres_exporter['enable'] = false
 gitlab_exporter['enable'] = false
 
-### Grafana Dashboards
-grafana['enable'] = false
-
 ### Let's Encrypt integration
 letsencrypt['enable'] = true
 letsencrypt['contact_emails'] = ['{{ default_maintenance_email }}']
-- 
GitLab