Replies: 1 comment
-
|
If you want to use an input that you can specify when calling the workflow template from the UI or other places, don't specify the tag as arguments.parameters, but as input: spec:
templates:
- name: container
inputs:
parameters:
- name: tag
description: >
The container image tag to use.Then use it as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering if there is a way to get the actual value passed to the workflow arguments on submit directly in the UI. I can see that template inputs and outputs are visible with the right values but this is not the case for workflow arguments.
I have been trying to parametrize image tag, which work fine but after workflow execution i cannot see the value of the tag unless i go directly into kubernetes to get the rendered yaml.
Here is an example
The workflow node summary has no arguments field

And the template container doesnt interpolate values

Beta Was this translation helpful? Give feedback.
All reactions