From 042ab073cb55bbed5fdd569575840f67b749d7f3 Mon Sep 17 00:00:00 2001
From: Guillaume Samson <guillaume.samson@softwareheritage.org>
Date: Mon, 17 Mar 2025 10:00:54 +0100
Subject: [PATCH] cluster-configuration/rabbitmq: Update ignoreDifferences

---
 .../templates/rabbitmq-operator/operator.yaml               | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/cluster-configuration/templates/rabbitmq-operator/operator.yaml b/cluster-configuration/templates/rabbitmq-operator/operator.yaml
index 6f637d1e..ff988c15 100644
--- a/cluster-configuration/templates/rabbitmq-operator/operator.yaml
+++ b/cluster-configuration/templates/rabbitmq-operator/operator.yaml
@@ -30,9 +30,7 @@ spec:
         - '.webhooks[]?.clientConfig.caBundle'
     - kind: Secret
       name: {{ printf "%s%s" $appName "-rabbitmq-messaging-topology" | trunc 63 }}
-      namespace: {{ .Values.argocdNamespace }}
+      namespace: {{ .Values.rabbitmq.namespace }}
       jsonPointers:
-        - /data/ca.crt
-        - /data/tls.crt
-        - /data/tls.key
+        - /data
 {{ end }}
-- 
GitLab