From 07350ea4eb3554cdfa4d1a1187d87f378ad42207 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:44:16 +1000 Subject: [PATCH] add pg --- manifests/02-deployments/deployment-postgres.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/02-deployments/deployment-postgres.yaml b/manifests/02-deployments/deployment-postgres.yaml index 07b4a25..c6094bb 100644 --- a/manifests/02-deployments/deployment-postgres.yaml +++ b/manifests/02-deployments/deployment-postgres.yaml @@ -33,9 +33,9 @@ spec: configMapKeyRef: name: postgres-configmap key: postgres-dbname - volumeMounts: - - mountPath: /var/lib/postgresql/data - name: postgredb + volumeMounts: + - mountPath: /var/lib/postgresql/data + name: postgredb volumes: - name: postgredb persistentVolumeClaim: