Skip to content

Commit

Permalink
chore: temp debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <[email protected]>
  • Loading branch information
scottd018 committed Nov 26, 2024
1 parent 7d8bd73 commit 5c4190f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ func (wh *webhook) Validate(w http.ResponseWriter, r *http.Request) {
}
op.log("received validation request")

op.log(fmt.Sprintf("DEBUG: %+v", op.object))

// return immediately if we do not need validation
if !op.object.NeedsValidation() {
op.respond("skipping validation", true)
Expand Down

0 comments on commit 5c4190f

Please sign in to comment.