From 6d70da4296318f893186a4755e25db9e89075ea7 Mon Sep 17 00:00:00 2001 From: loveuer Date: Tue, 9 Apr 2024 15:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deployment/postgres.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/postgres.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment/postgres.yaml b/deployment/postgres.yaml index e874ad7..cc0cb14 100644 --- a/deployment/postgres.yaml +++ b/deployment/postgres.yaml @@ -17,8 +17,7 @@ spec: - name: system image: repository.umisen.com/external/postgres:alpha imagePullPolicy: IfNotPresent - command: ["/app/echo_app"] - - env: + env: - name: PGDATA value: '/var/lib/postgresql/data/pgdata' - name: POSTGRES_PASSWORD