Skip to content

Commit

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

fix attribute name

Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Yael Shechter <[email protected]>
  • Loading branch information
guydc authored and yaelSchechter committed Mar 28, 2024
1 parent ee9fea4 commit 338c6f6
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 338c6f6

Please sign in to comment.