The params in step are passed to stdoutConfig.path
.
#7753
Labels
kind/bug
Categorizes issue or PR as related to a bug.
stdoutConfig.path
.
#7753
Expected Behavior
In my taskrun resource, the params in spec and the params in step
have a variable with the same name. This can lead to unexpected behavior.
I've provided a simple example.
I hope the
stdoutConfig.path
value is '/home/work/log', but got'/home/work/app/demo/log'.
The
stdoutConfig
in step should be replaced by params in taskrun,but it is replaced by params in step.
Additional Info
tekton: 0.53.0
The text was updated successfully, but these errors were encountered: