From 2d578ff2f1e2edb543f3ff38665dcae0afeffdd5 Mon Sep 17 00:00:00 2001
From: Jacob Kershaw <jacob.kershaw@sigmadefense.com>
Date: Thu, 30 May 2024 10:04:14 -0400
Subject: [PATCH] Disabled mattermost drift

---
 chart/templates/mattermost/helmrelease.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/mattermost/helmrelease.yaml b/chart/templates/mattermost/helmrelease.yaml
index df662071b8..dfad9002e0 100644
--- a/chart/templates/mattermost/helmrelease.yaml
+++ b/chart/templates/mattermost/helmrelease.yaml
@@ -73,5 +73,5 @@ spec:
     {{- end }}
     
   driftDetection:
-    mode: enabled
+    mode: disabled
 {{- end }}
-- 
GitLab