[X] I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
[X] I have searched existing issues and could not find a match for this bug
When using dynamic template in nested workflow template calls, the validation failed and couldn't submit workflow.
calling wftmpl1 -> wftmpl2:dynamic template -> wftmpl3 has issue
calling wftmpl2:dynamic template -> wftmpl3 is fine
The issue applies to both clusterworkflowtemplate and workflowtemplate
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
When using dynamic template in nested workflow template calls, the validation failed and couldn't submit workflow. calling
wftmpl1 -> wftmpl2:dynamic template -> wftmpl3
has issue callingwftmpl2:dynamic template -> wftmpl3
is fine The issue applies to both clusterworkflowtemplate and workflowtemplateTo reproduce the error, run
This would produce error
Version(s)
latest, e18570c
Paste a minimal 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