From cf992f1d3b20295fd8d208183b707385b84d2e82 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 8 Jun 2021 21:58:27 +0200 Subject: [PATCH] postgres: change mountpoint to ../data As otherwise the VOLUME seems to override it --- generic/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/postgres.yaml b/generic/postgres.yaml index c31a907..1bf189c 100644 --- a/generic/postgres.yaml +++ b/generic/postgres.yaml @@ -44,7 +44,7 @@ spec: - configMapRef: name: postgres-config volumeMounts: - - mountPath: /var/lib/postgresql/ + - mountPath: /var/lib/postgresql/data name: postgresdb volumes: - name: postgresdb