Skip to content

Commit 2383028

Browse files
ivanmatmatioktalz
authored andcommitted
BUG/MINOR: fix name inversion with annotation timeout-check
1 parent 4f2d844 commit 2383028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/annotations/backend.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func GetBackendAnnotations(client api.HAProxyClient, b *models.Backend) []Annota
2222
annotations := []Annotation{
2323
NewBackendCfgSnippet("backend-config-snippet", client, b),
2424
NewBackendAbortOnClose("abortonclose", b),
25-
NewBackendTimeoutCheck("check-timeout", b),
25+
NewBackendTimeoutCheck("timeout-check", b),
2626
NewBackendLoadBalance("load-balance", b),
2727
NewBackendCookie("cookie-persistence", b),
2828
}

0 commit comments

Comments
 (0)