fgksgf commented on a change in pull request #573:
URL:
https://github.com/apache/apisix-ingress-controller/pull/573#discussion_r695759347
##########
File path: test/e2e/scaffold/ssl.go
##########
@@ -29,8 +29,8 @@ kind: Secret
metadata:
name: %s
data:
- cert: %s
- key: %s
+ cert.pem: %s
+ key.pem: %s
Review comment:
I modified this for webhook e2e case, not sure if it will break other
e2e test cases.
--
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]