Skip to content

Commit

Permalink
Add unique listener tls secret
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Nov 13, 2024
1 parent c719a9a commit 29ab5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def asdict(self):
"port": self.port,
"protocol": self.protocol,
"allowedRoutes": self.allowedRoutes,
"tls": {"mode": self.mode, "certificateRefs": [{"name": f"{self.gateway_name}-tls", "kind": "Secret"}]},
"tls": {"mode": self.mode, "certificateRefs": [{"name": f"{self.gateway_name}-{self.name}-tls", "kind": "Secret"}]},
}


Expand Down

0 comments on commit 29ab5aa

Please sign in to comment.