Skip to content

Commit

Permalink
Merge branch 'main' into fix-security-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu authored Jun 5, 2024
2 parents 0fe7645 + 76f66df commit 7bbdaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/status/status_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (s *Server) configDumpWorkload(w http.ResponseWriter, r *http.Request) {
func (s *Server) readyProbe(w http.ResponseWriter, r *http.Request) {
// TODO: Add some components check
w.WriteHeader(http.StatusOK)
w.Write([]byte("OK"))
_, _ = w.Write([]byte("OK"))
}

func (s *Server) StartServer() {
Expand Down

0 comments on commit 7bbdaed

Please sign in to comment.