remove debug code
This commit is contained in:
parent
3dc9474ffc
commit
21216ec700
1 changed files with 0 additions and 1 deletions
|
@ -49,6 +49,5 @@ load _helpers
|
||||||
--set 'server.config="{\"hello\": \"world\"}"' \
|
--set 'server.config="{\"hello\": \"world\"}"' \
|
||||||
. | tee /dev/stderr |
|
. | tee /dev/stderr |
|
||||||
yq '.data["extraconfig-from-values.hcl"] | match("world") | length' | tee /dev/stderr)
|
yq '.data["extraconfig-from-values.hcl"] | match("world") | length' | tee /dev/stderr)
|
||||||
echo "# --- actual: ${actual}" >&3
|
|
||||||
[ ! -z "${actual}" ]
|
[ ! -z "${actual}" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue