From a990c3dc593fc2bc94f41ada5f73c46efb60d61e Mon Sep 17 00:00:00 2001 From: James Kunstle <jkunstle@redhat.com> Date: Wed, 17 Apr 2024 16:46:07 -0400 Subject: [PATCH] points the postgres pod to the correct pvc Signed-off-by: James Kunstle <jkunstle@redhat.com> --- openshift/base/8k-postgres-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/base/8k-postgres-cache.yaml b/openshift/base/8k-postgres-cache.yaml index fb3aa312..60653c4b 100644 --- a/openshift/base/8k-postgres-cache.yaml +++ b/openshift/base/8k-postgres-cache.yaml @@ -26,7 +26,7 @@ spec: ports: - containerPort: 5432 volumeMounts: - - mountPath: /var/lib/postgresql/data + - mountPath: /var/lib/pgql/data name: postgres-cache-data envFrom: - secretRef: