Skip to content

Commit

Permalink
fix: use correct connection limit attribute name in e2e, docs (#3028)
Browse files Browse the repository at this point in the history
fix attribute name

Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc authored Mar 26, 2024
1 parent 10637c1 commit e1d39c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/latest/user/traffic/connection-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
name: eg
namespace: default
connection:
limit:
connectionLimit:
value: 5
EOF
```
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/testdata/connection-limit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
kind: Gateway
name: connection-limit-gateway
namespace: gateway-conformance-infra
connectionLimit:
limit:
connection:
connectionLimit:
value: 5
---
apiVersion: gateway.networking.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/connection_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func init() {
// ConformanceTests = append(ConformanceTests, ConnectionLimitTest)
ConformanceTests = append(ConformanceTests, ConnectionLimitTest)
}

var ConnectionLimitTest = suite.ConformanceTest{
Expand Down

0 comments on commit e1d39c0

Please sign in to comment.