From ecbe89414e3ddf3c465686198625428138e0582a Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 17 Oct 2024 11:36:24 +0200 Subject: [PATCH] remove: debug Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/templates/job.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helmcharts/databases/templates/job.yaml b/scripts/helmcharts/databases/templates/job.yaml index 27ec9fe11..ba665f792 100644 --- a/scripts/helmcharts/databases/templates/job.yaml +++ b/scripts/helmcharts/databases/templates/job.yaml @@ -30,6 +30,7 @@ spec: args: - | # Try to login with the current password + echo if PGPASSWORD=$PGPASSWORD psql -h $PGHOST -p $PGPORT -U $PGUSER -d postgres -c '\q'; if PGPASSWORD=$PGPASSWORD psql -h $PGHOST -p $PGPORT -U $PGUSER -d postgres -c '\q'; then echo "Successfully logged in with current password. No update needed." exit 0