Skip to content

Commit

Permalink
chore: fix healthz, external-dns falls back to this value instead of …
Browse files Browse the repository at this point in the history
…no z
  • Loading branch information
kashalls committed May 23, 2024
1 parent 15cb4e0 commit ee66818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
acceptHeader = "Accept"
varyHeader = "Vary"
supportedMediaVersions = "1"
healthPath = "/health"
healthPath = "/healthz"
logFieldRequestPath = "requestPath"
logFieldRequestMethod = "requestMethod"
logFieldError = "error"
Expand Down

0 comments on commit ee66818

Please sign in to comment.