Skip to content

Commit

Permalink
Fix service host
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
  • Loading branch information
roidelapluie committed Mar 7, 2023
1 parent fcda769 commit e48a6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webhook/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func Webhook(w http.ResponseWriter, r *http.Request, c config.Configuration) {
return
}
}
serviceHost = name
} else {
l.V(2).Infof("No instance label")
}
Expand Down

0 comments on commit e48a6ec

Please sign in to comment.