We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659d334 commit c93b5c0Copy full SHA for c93b5c0
1 file changed
tests/integration/fixtures/helm.py
@@ -172,6 +172,11 @@ async def matrix_stack(
172
],
173
}
174
]
175
+ ## Drop me once PR 569 is released
176
+ values["matrixRTC"]["sfu"].setdefault("additional", {}).setdefault("prometheus-fix.yml", {})["config"] = (
177
+ "prometheus_port: 6789"
178
+ )
179
+
180
values["synapse"]["hostAliases"] = values["matrixRTC"]["hostAliases"]
181
182
chart = await helm_client.get_chart("charts/matrix-stack")
0 commit comments