From 5c1b0dbc67a10e509960cf284613123d181f09fc Mon Sep 17 00:00:00 2001 From: tarilabs Date: Sun, 12 Nov 2023 18:25:04 +0100 Subject: [PATCH] Maintain PGDATA for postresql on OCP --- config/samples/postgres-db.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/samples/postgres-db.yaml b/config/samples/postgres-db.yaml index 0f3fbc9..cc22935 100644 --- a/config/samples/postgres-db.yaml +++ b/config/samples/postgres-db.yaml @@ -63,6 +63,8 @@ items: secretKeyRef: key: database-name name: model-registry-db + - name: PGDATA + value: /var/lib/postgresql/data/pgdata image: postgres:16 imagePullPolicy: IfNotPresent livenessProbe: