lingsamuel commented on code in PR #1355:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1355#discussion_r1155418229
##########
test/e2e/scaffold/scaffold.go:
##########
@@ -637,19 +634,6 @@ func waitExponentialBackoff(condFunc func() (bool, error))
error {
return wait.ExponentialBackoff(backoff, condFunc)
}
-// generateWebhookCert generates signed certs of webhook and create the
corresponding secret by running a script.
-func generateWebhookCert(ns string) error {
- commandTemplate := `testdata/webhook-create-signed-cert.sh`
Review Comment:
It seems that the old script is not required anymore? We should delete it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]