Why argo throw exception " Failed: invalid spec: template reference exceeded max depth (10)" #8155
xiaohan2013
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
template reference exceeded max depth
I deployed argo-workflow for v3.2.9 on the k8s cluster for v1.14.1, and also defined a workflowtemplate through yaml file. Everything go well. Once I submit the workflowtemplate, I'll go an exception " Failed: invalid spec: template reference exceeded max depth (10)".
I search the whole source code of argo-workflow,and only one result telled me where the exception occurs.
But, the caller parameter depth is fixed value 0
Beta Was this translation helpful? Give feedback.
All reactions