We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide values of withItems maps as JSON in {{item}}
Allows map to be used and passed through to a template without knowing which keys it will contain in advance.
This already validates as correct, but needs a small change to the operator. PR is at #1906
The text was updated successfully, but these errors were encountered:
Provide values of withItems maps as JSON in {{item}}. Fixed argoproj#…
14c004f
…1905
5d7e918
No branches or pull requests
Summary
Provide values of withItems maps as JSON in {{item}}
Motivation
Allows map to be used and passed through to a template without knowing which keys it will contain in advance.
Proposal
This already validates as correct, but needs a small change to the operator. PR is at #1906
The text was updated successfully, but these errors were encountered: