From c9b86a4c006a5787b37b511c8910bb6d695781c1 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Sep 2024 18:20:17 +0200 Subject: [PATCH] Mailu ignoredifferences secrets --- mailu/helm-mailu.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mailu/helm-mailu.yaml b/mailu/helm-mailu.yaml index 2c3a0b5..7c6feea 100644 --- a/mailu/helm-mailu.yaml +++ b/mailu/helm-mailu.yaml @@ -22,4 +22,15 @@ spec: ref: values destination: server: https://kubernetes.default.svc - namespace: mailu \ No newline at end of file + namespace: mailu + ignoreDifferences: + - group: "" + kind: Secret + name: helm-mailu-secret + jqPathExpressions: + - .data.secret-key + - group: "" + kind: Secret + name: mailu-roundcube + jqPathExpressions: + - .data.roundcube-db-password \ No newline at end of file