Updating the host placeholder.

This commit is contained in:
Aleksandr Melnikov
2020-10-30 12:11:56 -07:00
parent 2d45b0a015
commit d2dfd4cc34

View File

@@ -513,7 +513,7 @@ func (c *Client) createWorkflow(namespace string, workflowTemplateID uint64, wor
"spec": networking.VirtualService{
Http: routes,
Gateways: []string{"istio-system/ingressgateway"},
Hosts: []string{"{{workflow.parameters.sys-host}}"},
Hosts: []string{"{{workflow.uid}}"},
},
}