From 65d4769276a7bf7c118afdd9e2f8bcf7297531b6 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Sep 2024 18:24:37 +0200 Subject: [PATCH] Mailu ignoredifferences secrets 3 --- mailu/helm-mailu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailu/helm-mailu.yaml b/mailu/helm-mailu.yaml index a58e8fd..0ea1c25 100644 --- a/mailu/helm-mailu.yaml +++ b/mailu/helm-mailu.yaml @@ -32,10 +32,10 @@ spec: name: helm-mailu-secret namespace: mailu jqPathExpressions: - - ".data.secret-key" + - .data - group: "" kind: Secret name: mailu-roundcube namespace: mailu jqPathExpressions: - - ".data.roundcube-db-password" \ No newline at end of file + - .data \ No newline at end of file