You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/13 11:18:35 UTC

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #679: Remove volumeMounts when webhook is disabled

tokers commented on a change in pull request #679:
URL: https://github.com/apache/apisix-ingress-controller/pull/679#discussion_r707238227



##########
File path: pkg/apisix/schema.go
##########
@@ -63,7 +63,7 @@ func (sc schemaClient) getSchema(ctx context.Context, name string) (*v1.Schema,
 		)
 	}
 
-	url := sc.url + "/" + name
+	url := sc.url + name

Review comment:
       Why change this? Maybe path.Join is more appropriate.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org