From e76e0118516e11072b64d140b7daa6a4833e9352 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 10 Apr 2025 17:41:52 +0200
Subject: [PATCH] stop creating servicerole

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

diff --git a/charts/supabase/values.yaml b/charts/supabase/values.yaml
index 78a65ec..76b7f40 100644
--- a/charts/supabase/values.yaml
+++ b/charts/supabase/values.yaml
@@ -955,7 +955,7 @@ vector:
   readinessProbe: {}
   serviceAccount:
     # Specifies whether a service account should be created
-    create: true
+    create: false
     # Annotations to add to the service account
     annotations: {}
     # The name of the service account to use.
-- 
GitLab