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