From c4936d538f4739c5fe1b98309137f2806b76cb78 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 20 Apr 2021 01:56:16 +0200 Subject: [PATCH] Hopefully made postgres happy --- templates/postgresql_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/postgresql_deployment.yaml b/templates/postgresql_deployment.yaml index 69adb0e..a73a148 100644 --- a/templates/postgresql_deployment.yaml +++ b/templates/postgresql_deployment.yaml @@ -36,7 +36,7 @@ spec: - configMapRef: name: job-orchestrator-postgres-config volumeMounts: - - mountPath: /var/lib/postgresql/data + - mountPath: /var/lib/postgresql name: data --- apiVersion: v1