fix misspell "affinity" in main.go
This commit is contained in:
parent
964aa0a15a
commit
3d0e374f9e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const (
|
|||
annotationAffinityCookieName = "ingress.kubernetes.io/session-cookie-name"
|
||||
defaultAffinityCookieName = "INGRESSCOOKIE"
|
||||
// This is the algorithm used by nginx to generate a value for the session cookie, if
|
||||
// one isn't supplied and affintiy is set to "cookie".
|
||||
// one isn't supplied and affinity is set to "cookie".
|
||||
annotationAffinityCookieHash = "ingress.kubernetes.io/session-cookie-hash"
|
||||
defaultAffinityCookieHash = "md5"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue