dashanji commented on a change in pull request #52:
URL: https://github.com/apache/skywalking-swck/pull/52#discussion_r765977344



##########
File path: operator/main.go
##########
@@ -164,12 +163,12 @@ func main() {
                setupLog.Info("/mutate-v1-pod webhook is registered")
        }
 
-       if err := mgr.AddHealthzCheck("healthz", healthz.Ping); err != nil {
-               setupLog.Error(err, "unable to set up health check")
+       if err := mgr.AddHealthzCheck("webhook", 
mgr.GetWebhookServer().StartedChecker()); err != nil {

Review comment:
       Thanks for correcting, updated it. BTW, could we merge the PR into 0.5.0 
so that we can use the release version to add the java agent injector in the 
showcase, as the bug in the configmap controller will affect the injector in 
the showcase.




-- 
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]


Reply via email to