From 3f4dbc74a42fc93307232ab108ebdf0a90813d99 Mon Sep 17 00:00:00 2001 From: annekebr <44376590+annekebr@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:28:16 +0100 Subject: [PATCH] debug integration test failure VI --- tests/integration/integration-test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/integration/integration-test.sh b/tests/integration/integration-test.sh index 9c16a3515..fa8e432f5 100644 --- a/tests/integration/integration-test.sh +++ b/tests/integration/integration-test.sh @@ -171,10 +171,8 @@ helm_uninstall() { } update_values() { # [EXPRESSION...] - echo ${IPP} for update in "$@"; do - echo ${update} - IPP=${IPP} yq e -i "${update}" helm/values.yaml + yq e -i "${update}" helm/values.yaml done cat helm/values.yaml } @@ -285,7 +283,7 @@ case $1 in deployment_int_test ;; "pre-config") - IPP=`yq e '.deployment.imagePullPolicy' tests/integration/update.yaml` + export IPP=`yq e '.deployment.imagePullPolicy' tests/integration/update.yaml` update_values '.deployment.imagePullPolicy=strenv(IPP)' helm_install pre_config_int_test