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
According to the Argo documentation,container doesn't have an args field at all. It's used to put input parameters, with the input field used to put input artifacts (pulled in from the run_container method). It's counter-intuitive. I think a better solution would be to use the input field solely for the purpose of defining template inputs.
Use Cases
Better alignment with Argo docs, more intuitive code design and more fine grained container template definitions.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
According to the Argo documentation,
container
doesn't have anargs
field at all. It's used to put inputparameters
, with theinput
field used to put inputartifacts
(pulled in from therun_container
method). It's counter-intuitive. I think a better solution would be to use theinput
field solely for the purpose of defining template inputs.Use Cases
Better alignment with Argo docs, more intuitive code design and more fine grained container template definitions.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: