Commit 41f150d9 authored by barnett's avatar barnett
Browse files

[FIX] fix plugin discover url failure bug

Showing with 1 addition and 1 deletion
+1 -1
......@@ -166,7 +166,7 @@ func createPluginEnvs(pluginID, tenantID, serviceAlias string, mainEnvs []v1.Env
dockerBridgeIP = os.Getenv("DOCKER_BRIDGE_IP")
}
discoverURL := fmt.Sprintf(
"%s/v1/resources/%s/%s/%s",
"%s:6100/v1/resources/%s/%s/%s",
dockerBridgeIP,
tenantID,
serviceAlias,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment