From 9ddb1ba151bce62838a7d02bf1075e3c8bd70a43 Mon Sep 17 00:00:00 2001 From: Dhiraj Bokde Date: Mon, 6 Nov 2023 09:53:38 -0800 Subject: [PATCH] Fix postgresql data directory in sample DB manifest (#11) --- config/samples/postgres-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/postgres-db.yaml b/config/samples/postgres-db.yaml index 62c1086..ad4bb2d 100644 --- a/config/samples/postgres-db.yaml +++ b/config/samples/postgres-db.yaml @@ -87,7 +87,7 @@ items: privileged: false terminationMessagePath: /dev/termination-log volumeMounts: - - mountPath: /var/lib/pgsql/data + - mountPath: /var/lib/postgresql/data name: model-registry-db-data dnsPolicy: ClusterFirst restartPolicy: Always