From e31df7fe17ac88e44df2a02081dea860b31ab27f Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Sep 2024 18:23:17 +0200 Subject: [PATCH] Mailu ignoredifferences secrets 2 --- 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 7ae360e..a58e8fd 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.secret-key" - group: "" kind: Secret name: mailu-roundcube namespace: mailu jqPathExpressions: - - .data.roundcube-db-password \ No newline at end of file + - ".data.roundcube-db-password" \ No newline at end of file