step template withItems
: template name '{{item}}' undefined
#13535
Labels
area/looping
`withParams`, `withItems`, and `withSequence`
area/templating
Templating with `{{...}}`
P3
Low priority
solution/workaround
There's a workaround, might not be great, but exists
type/bug
type/feature
Feature request
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?
I was hoping to call multiple templates by using withItems in my step
It errors with:
If this would work I could make a compact deploy and cleanup of multiple k8s objects
The problem is in the steps:
You can write the steps in a more verbose way to make it just work without the withItems:
Version(s)
quay.io/argoproj/workflow-controller@sha256:f61c2eaf06294f38dc66f7519ae2c3af916ce7dcde8322999789bd39c29e983c
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
The text was updated successfully, but these errors were encountered: