From e7a0ca843f032437fc7b6e8a465813a46ba7fca4 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 3 Sep 2024 17:08:44 +0200 Subject: [PATCH] chore(cli): template newly create variables Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index d4f40b73d..6e08eab34 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -157,7 +157,6 @@ spec: - -c args: - | - set -x pg_version=$(psql -c "SHOW server_version;" | xargs | grep -oP '\d+(?=\.)') if [[ $pg_version -le 14 ]]; then echo "[error] postgresql version is $pg_version which is <= 15. Exiting."