Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Apr 17, 2024
1 parent c1ef7cf commit c06e372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/webhooks/src/validators/mcValidator.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func MCValidate(w http.ResponseWriter, r *http.Request) {
types.JSONPatchType,
payloadBytes,
metav1.PatchOptions{})

klog.Infof("%s", err.Error())
}

w.Header().Set("Content-Type", "application/json")
Expand Down

0 comments on commit c06e372

Please sign in to comment.