Skip to content

Commit

Permalink
fix e2e tests: gateway tls listeners must specify tls
Browse files Browse the repository at this point in the history
  • Loading branch information
puertomontt committed Feb 25, 2025
1 parent 6043e64 commit c36db49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/v1.19.0-beta13/tls-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
"fix e2e tls route tests that were failing on nightlies using GW API v1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
port: 8443
protocol: TLS
hostname: "example.com"
tls:
mode: Passthrough
---
apiVersion: v1
kind: Pod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
port: 8443
protocol: TLS
hostname: "example.com"
tls:
mode: Passthrough
---
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit c36db49

Please sign in to comment.