From 6ed3cbe1ebf99dfe522f4d0beda0303a5977a47e Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:49:09 +1000 Subject: [PATCH] add pg --- manifests/02-deployments/deployment-postgres.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/02-deployments/deployment-postgres.yaml b/manifests/02-deployments/deployment-postgres.yaml index c6094bb..d5f7a3f 100644 --- a/manifests/02-deployments/deployment-postgres.yaml +++ b/manifests/02-deployments/deployment-postgres.yaml @@ -35,7 +35,8 @@ spec: key: postgres-dbname volumeMounts: - mountPath: /var/lib/postgresql/data - name: postgredb + name: postgredb + subPath: postgres volumes: - name: postgredb persistentVolumeClaim: