resource template output parameter valueFrom.jqFilter
results in error in v3.4.0
#9654
Closed
2 of 3 tasks
Labels
area/executor
area/templates/resource
P3
Low priority
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
type/bug
Pre-requisites
:latest
What happened/what you expected to happen?
What happened: Defining an output parameter for a resource template using valueFrom.jqFilter results failed Workflow with message
Error (exit code 1): exec: "sh": executable file not found in $PATH
. The node's main container (argoexec) is the source of the error:"exec: \"sh\": executable file not found in $PATH"
.What I expect: No error
The code appears to specify a container command that will not work because the (freshly slimmed down) argoexec image no longer has
sh
:argo-workflows/workflow/executor/resource.go
Lines 309 to 310 in e556fe3
Version
v3.4.0
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
main container logs (not the wait container logs) as this is a
resource
type templateThe text was updated successfully, but these errors were encountered: