File tree Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
6
6
7
7
# This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : " 0.1.8 "
9
+ version : " 0.2.0 "
10
10
11
11
# This version number should be incremented each time you make changes
12
12
# to the application.
Original file line number Diff line number Diff line change @@ -4,22 +4,4 @@ metadata:
4
4
name : {{ .Release.Name }}-configmap
5
5
data :
6
6
config.json : |
7
- {
8
- "default_server_config": {
9
- "m.homeserver": {
10
- "base_url": "{{ .Values.config.homeserver.base_url }}",
11
- "server_name": "{{ .Values.config.homeserver.server_name }}"
12
- }
13
- },
14
- "livekit": {
15
- "livekit_service_url": "{{ .Values.config.livekit.livekit_service_url }}"
16
- },
17
- "posthog": {
18
- "api_key": "{{ .Values.config.posthog.api_key }}",
19
- "api_host": "{{ .Values.config.posthog.api_host }}"
20
- },
21
- "rageshake": {
22
- "submit_url": "{{ .Values.config.rageshake.submit_url }}"
23
- },
24
- "eula": "{{ .Values.config.eula_url }}"
25
- }
7
+ {{ toPrettyJson .Values.config | nindent 4 }}
Original file line number Diff line number Diff line change @@ -82,14 +82,16 @@ tolerations: []
82
82
affinity : {}
83
83
84
84
config :
85
- homeserver :
86
- base_url : http://localhost:8008
87
- server_name : localhost
85
+ default_server_config :
86
+ m.homeserver :
87
+ base_url : http://localhost:8008
88
+ server_name : localhost
88
89
livekit :
89
90
livekit_service_url : https://localhost/
90
91
posthog :
91
92
api_key :
92
93
api_host : https://localhost
93
94
rageshake :
94
95
submit_url :
95
- eula_url :
96
+ eula :
97
+ url : " "
You can’t perform that action at this time.
0 commit comments