Skip to content

Commit b6aeea0

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

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

charts/tool-quickstatements/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: tool-quickstatements
5-
version: "0.3.0"
5+
version: "0.4.0"
66
home: https://github.com/wbstack
77
maintainers:
88
- name: WBstack

charts/tool-quickstatements/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ spec:
3636
mountPath: /usr/share/ca-certificates/extra
3737
readOnly: true
3838
env:
39-
- name: PLATFORM_MW_BACKEND_HOST
40-
value: {{ .Values.platform.mediawikiBackendHost | quote }}
4139
- name: PHP_SESSION_SAVE_HANDLER
4240
value: {{ .Values.php.sessionSaveHandler | quote }}
4341
{{- if .Values.php.sessionSavePath }}

charts/tool-quickstatements/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ imagePullSecrets: []
99
nameOverride: ""
1010
fullnameOverride: ""
1111

12-
platform:
13-
mediawikiBackendHost: someHost
14-
1512
php:
1613
sessionSaveHandler: redis
1714
sessionSavePath: tcp://somePath

0 commit comments

Comments
 (0)