Skip to content

Commit

Permalink
backport of commit ef58d91
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Sep 16, 2024
1 parent 1e24d5e commit efdb0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/consul/test/unit/gateway-resources-job.bats
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ target=templates/gateway-resources-job.yaml
local actual=$(echo "$tolerations" | yq '.args.[13] | contains("blah")' | tee /dev/stderr)
echo "if fails-----------------------------------------------------------"
echo $tolerations
echo "$tolerations" | yq '.args.[13]'
echo $actual
echo $actual >&3
[ "${actual}" = true ]
Expand Down

0 comments on commit efdb0ca

Please sign in to comment.