From bebfbe6c54abcdb0d958e51329801912872db848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 23:26:31 +0100 Subject: [PATCH] fix psql --- deploy/postgresql/postgresql-managed.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 deploy/postgresql/postgresql-managed.yaml diff --git a/deploy/postgresql/postgresql-managed.yaml b/deploy/postgresql/postgresql-managed.yaml new file mode 100644 index 0000000..931d4b1 --- /dev/null +++ b/deploy/postgresql/postgresql-managed.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: postgresql + namespace: argocd +spec: + project: default + destination: + server: "https://kubernetes.default.svc" + namespace: postgres + syncPolicy: + automated: + prune: true + selfHeal: true + ignoreDifferences: + - group: "" + kind: Secret + name: postgresql + namespace: postgres + jsonPointers: + - /data