Skip to content

Commit c0c5acb

Browse files
authored
querybuilder: remove unused PLATFORM_MW_BACKEND_HOST env var (#208)
Remove the `PLATFORM_MW_BACKEND_HOST` environment variable from the `tools-querybuilder` chart, as it's no longer used in the codebase. Bug: T411633
1 parent ceaf1cb commit c0c5acb

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

charts/tool-querybuilder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tool-querybuilder
33
description: A Helm chart for deploying the Wikidata query builder https://gerrit.wikimedia.org/g/wikidata/query-builder
44
type: application
5-
version: 0.2.0
5+
version: 0.3.0
66
appVersion: 1.0.0
77

88
maintainers:

charts/tool-querybuilder/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ spec:
4242
mountPath: /usr/share/ca-certificates/extra
4343
readOnly: true
4444
env:
45-
- name: PLATFORM_MW_BACKEND_HOST
46-
value: {{ .Values.platform.mediawikiBackendHost | quote }}
4745
- name: VUE_APP_SUBCLASS_PROPERTY_MAP
4846
value: {{ .Values.app.subclassPropertyMap | quote }}
4947
- name: VUE_APP_SI_CONVERSION_PROPERTY

charts/tool-querybuilder/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ image:
77
tag: "2024-12-03-110242"
88
pullPolicy: IfNotPresent
99

10-
platform:
11-
mediawikiBackendHost: someHost
12-
1310
app:
1411
subclassPropertyMap: '{"default":"P279","P171":"P171","P131":"P131"}'
1512
siConversionProperty: 'P2370'

0 commit comments

Comments
 (0)