You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the kubecmd variable is not being interpolated correctly. I understand that Venom may have changed the behavior of variable interpolation in version 0.27, but I'm not sure why the interpolation is not working as expected in this case.
Do you know if this behavior is expected and/or how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered:
mxm-tr
changed the title
Venom variable interpolation not working as expected in test file
[bug] venom variable interpolation not working as expected in test file
Apr 24, 2024
I'm using Venom 0.27 and I have a test file that contains the following vars:
When I run this test file with
--var kubeconfig.path=/tmp/test
, I expect the output to be:(This is what I get in 0.27)
However, the output with the current version is:
As you can see, the
kubecmd
variable is not being interpolated correctly. I understand that Venom may have changed the behavior of variable interpolation in version 0.27, but I'm not sure why the interpolation is not working as expected in this case.Do you know if this behavior is expected and/or how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: