This commit is contained in:
parent
8705a80ca8
commit
a331343f71
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -202,7 +202,7 @@ func main() {
|
|||
if val, ok := ann["haproxy/mode"]; ok && val != "" {
|
||||
b.Mode = val
|
||||
}
|
||||
if val, ok := ann["haproxy/cookie"]; ok && val != "" {
|
||||
if val, ok := ann["haproxy/cookie-name"]; ok && val != "" {
|
||||
b.CookieName = val
|
||||
}
|
||||
if val, ok := ann["haproxy/cookie-flags"]; ok && val != "" {
|
||||
|
|
Loading…
Add table
Reference in a new issue