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
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST
What happened:
The Addon CR expects the Workflow template to be a string which leads to unnecessary confusion because it is difficult to debug issues related to resource indentation in the YAML string.
What you expected to happen:
Provide an option to define actual Workflow resource using unstructured.Unstructured.
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST
What happened:
The
Addon
CR expects theWorkflow
template to be a string which leads to unnecessary confusion because it is difficult to debug issues related to resource indentation in the YAML string.What you expected to happen:
Provide an option to define actual
Workflow
resource usingunstructured.Unstructured
.Anything else we need to know?:
I have already done a similar feature in
Argo-Events
https://github.com/argoproj/argo-events/blob/master/pkg/apis/sensor/v1alpha1/types.go#L568The text was updated successfully, but these errors were encountered: