Fixing typo.

This commit is contained in:
Aleksandr Melnikov
2020-11-04 17:15:22 -08:00
parent b46e7fd3b9
commit 2fef7d78c1

View File

@@ -552,7 +552,7 @@ func (c *Client) createWorkflow(namespace string, workflowTemplateID uint64, wor
for it, t := range tasks {
for _, d := range t.Dependencies {
if d == "sys-send-status" {
wf.Spec.Templates[i2].DAG.Tasks[it].Dependencies = []string{d, "k8s-service-resource", "k8s-routes-resource"}
wf.Spec.Templates[i2].DAG.Tasks[it].Dependencies = []string{d, "k8s-services-resource", "k8s-routes-resource"}
}
}
}