Skip to content

Commit 5e8f045

Browse files
element web additional string: minor fixes
1 parent db1f328 commit 5e8f045

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

charts/matrix-stack/ci/fragments/element-web-pytest-extras.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ elementWeb:
2121
"base_url": "https://synapse.{{ $.Values.serverName }}",
2222
}
2323
},
24-
"element_call":
25-
{"url": "https://call.{{ $.Values.serverName }}", "use_exclusively": true},
26-
"features":
27-
{
28-
"feature_video_rooms": true,
29-
"feature_group_calls": true,
30-
"feature_new_room_decoration_ui": true,
31-
"feature_element_call_video_rooms": true,
32-
},
24+
"element_call": {
25+
"url": "https://call.{{ $.Values.serverName }}",
26+
"use_exclusively": true
27+
},
28+
"features": {
29+
"feature_video_rooms": true,
30+
"feature_group_calls": true,
31+
"feature_new_room_decoration_ui": true,
32+
"feature_element_call_video_rooms": true
33+
}
3334
}

charts/matrix-stack/ci/pytest-element-web-values.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ elementWeb:
1313
"base_url": "https://synapse.{{ $.Values.serverName }}",
1414
}
1515
},
16-
"element_call":
17-
{"url": "https://call.{{ $.Values.serverName }}", "use_exclusively": true},
18-
"features":
19-
{
20-
"feature_video_rooms": true,
21-
"feature_group_calls": true,
22-
"feature_new_room_decoration_ui": true,
23-
"feature_element_call_video_rooms": true,
24-
},
16+
"element_call": {
17+
"url": "https://call.{{ $.Values.serverName }}",
18+
"use_exclusively": true
19+
},
20+
"features": {
21+
"feature_video_rooms": true,
22+
"feature_group_calls": true,
23+
"feature_new_room_decoration_ui": true,
24+
"feature_element_call_video_rooms": true
25+
}
2526
}
2627
annotations:
2728
has-no-service-monitor: "true"

charts/matrix-stack/source/element-web.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"type": "boolean"
88
},
99
"additional": {
10-
"type": "string",
11-
"additionalProperties": true
10+
"type": "string"
1211
},
1312
"replicas": {
1413
"minimum": 1,

charts/matrix-stack/values.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,7 @@
498498
"type": "boolean"
499499
},
500500
"additional": {
501-
"type": "string",
502-
"additionalProperties": true
501+
"type": "string"
503502
},
504503
"replicas": {
505504
"minimum": 1,

0 commit comments

Comments
 (0)