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: