From 7bfb49f516de9ae5b13b3585ed72357bc6f31065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 22:18:34 +0100 Subject: [PATCH] update postgres --- deploy/postgres/postgres-app.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index febd0ab..1026c13 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -26,3 +26,14 @@ spec: destination: server: "https://kubernetes.default.svc" namespace: postgres + syncPolicy: + automated: + prune: true + selfHeal: true + ignoreDifferences: + - group: "" + kind: Secret + name: postgres-postgresql + namespace: postgres + jsonPointers: + - /data