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
I was trying to preprocess kuttl TestStep yaml files using carvel ytt (https://carvel.dev/ytt/) as a workaround for #203
I tried to do it into a TestSuite within a script but hit this bug + the fact that the TestStep files references in TestSuite seem loaded immediately in memory once the TestSuite loads.
As a workaround, I'm now preprocessing kuttl files prior to executing kuttl. This also solves #379
What happened:
$NAMESPACE in TestSuite commands is always set to "default" regardless of the
--namespace
option passed to kuttl cliWhat you expected to happen:
$NAMESPACE in TestSuite command to be filled with value passed in
--namespace
option passed to kuttl cliHow to reproduce it (as minimally and precisely as possible):
suite.yaml
Anything else we need to know?:
Environment:
kubectl version
):kubectl kuttl version
): 0.15.0uname -a
):The text was updated successfully, but these errors were encountered: