mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-21 12:39:48 +08:00
Simplifying prefix to "/"
This commit is contained in:
@@ -437,7 +437,7 @@ func (c *Client) createWorkflow(namespace string, workflowTemplateID uint64, wor
|
||||
{
|
||||
Uri: &networking.StringMatch{
|
||||
MatchType: &networking.StringMatch_Prefix{
|
||||
Prefix: "/sys/" + strconv.Itoa(sIdx) + "/" + s.Name},
|
||||
Prefix: "/"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user