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
[eronarn@ip-192-168-10-243 cohortrunner]$ argo template create workflows/algorunner-template.yml 2019/12/12 12:52:34 Failed to create workflow template: templates.cohortrunner-template templates.cohortrunner-template.container.volumeMounts[1].mountPath 'placeholder' already mounted in container.volumeMounts.qinit-mount
What you expected to happen:
Not that
How to reproduce it (as minimally and precisely as possible):
Create a WorkflowTemplate with multiple VolumeMounts on the same container, and use variables for their paths. Even if the variables are different, they all get interpolated as "placeholder". This then causes validation to fail.
Is this a BUG REPORT or FEATURE REQUEST?:
Bug report
What happened:
What you expected to happen:
Not that
How to reproduce it (as minimally and precisely as possible):
Create a WorkflowTemplate with multiple VolumeMounts on the same container, and use variables for their paths. Even if the variables are different, they all get interpolated as "placeholder". This then causes validation to fail.
Anything else we need to know?:
First mentioned in a comment here: #1312 (comment)
Environment:
The text was updated successfully, but these errors were encountered: