You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior A clear and concise description of what you expected to happen:
Hera prints the valid yaml
Note the script loops maps example works because it is mapping the keys of the function. Here we just want to iterate over the single list of values directly as the {{item}}.
Environment
Hera Version: 5.19.0
Python Version: 3.13
Argo Version: N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
elliotgunton
changed the title
Script template doesn't work with simple with_items
Script template doesn't work with simple with_items list
Feb 18, 2025
Pre-bug-report checklist
1. This bug can be reproduced using pure Argo YAML
If yes, it is more likely to be an Argo bug unrelated to Hera. Please double check before submitting an issue to Hera.
2. I have searched for existing issues
3. This bug occurs in Hera when...
Bug report
Describe the bug
A clear and concise description of what the bug is:
Error log if applicable:
To Reproduce
Full Hera code to reproduce the bug:
Expected behavior
A clear and concise description of what you expected to happen:
Note the script loops maps example works because it is mapping the keys of the function. Here we just want to iterate over the single list of values directly as the
{{item}}
.Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: