-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
chore: Support substitute global variable in Spec level elements #5565
chore: Support substitute global variable in Spec level elements #5565
Conversation
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
wftmplGetter := templateresolution.WrapWorkflowTemplateInterface(woc.controller.wfclientset.ArgoprojV1alpha1().WorkflowTemplates(woc.wf.Namespace)) | ||
cwftmplGetter := templateresolution.WrapClusterWorkflowTemplateInterface(woc.controller.wfclientset.ArgoprojV1alpha1().ClusterWorkflowTemplates()) | ||
|
||
// Validate the execution wfSpec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving to SetWorkflowSpec
Codecov Report
@@ Coverage Diff @@
## master #5565 +/- ##
==========================================
- Coverage 47.07% 47.03% -0.04%
==========================================
Files 240 240
Lines 15034 15050 +16
==========================================
+ Hits 7077 7079 +2
- Misses 7057 7069 +12
- Partials 900 902 +2
Continue to review full report at Codecov.
|
…oproj#5565) Signed-off-by: tobi <mail@singhania.at>
Signed-off-by: Saravanan Balasubramanian sarabala1979@gmail.com
Checklist:
closes
workflow.parameters
cannot be referenced insynchronization
field #4894