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."