Skip to content

Commit f76f4c6

Browse files
add hostAlias to mrtc authorisation service
1 parent 663d022 commit f76f4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/fixtures/helm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ async def matrix_stack(
163163
"ip": ingress,
164164
"hostnames": [
165165
generated_data.server_name,
166+
f"mrtc.{generated_data.server_name}",
166167
f"synapse.{generated_data.server_name}",
167168
],
168169
}

0 commit comments

Comments
 (0)