From 19fb57203a71973b12b340499698f291d3826216 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 10 Jul 2024 00:00:00 -0400 Subject: [PATCH] fix env for psql roundcube AGAIN --- roundcube/roundcubedb-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube/roundcubedb-deployment.yaml b/roundcube/roundcubedb-deployment.yaml index 036308f..e76df69 100644 --- a/roundcube/roundcubedb-deployment.yaml +++ b/roundcube/roundcubedb-deployment.yaml @@ -34,7 +34,7 @@ spec: secretKeyRef: name: roundcubemail-shared-secret key: DB_PASSWORD - - name: PG_DATA + - name: PGDATA value: /var/lib/postgresql/data/pgdata ports: - containerPort: 5432