diff --git a/helm/templates/deployment-postgres.yaml b/helm/templates/deployment-postgres.yaml index 2bfdc755..56c36490 100644 --- a/helm/templates/deployment-postgres.yaml +++ b/helm/templates/deployment-postgres.yaml @@ -24,6 +24,8 @@ spec: ports: - containerPort: 5432 env: + - name: PGDATA + value: /var/lib/postgresql/data/pgdata - name: POSTGRES_USER value: {{ .Values.postgres.POSTGRES_USER }} - name: POSTGRES_DB_COMPENG