Skip to content

Commit

Permalink
debug integration test failure VI
Browse files Browse the repository at this point in the history
  • Loading branch information
annekebr committed Feb 11, 2022
1 parent 3c78732 commit 3f4dbc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/integration/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f4dbc7

Please sign in to comment.