From bfc6a915d78f2cd84c0260a9b08699ee5246f926 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 12 Jan 2021 13:26:52 +0100 Subject: [PATCH] Make helm chart runnable Setup script checks haveibeenpwned for weak passwords, and does not let us continue the setup process. --- zombi/mediawiki/templates/_helpers.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zombi/mediawiki/templates/_helpers.tpl b/zombi/mediawiki/templates/_helpers.tpl index a9c6dea..071b314 100644 --- a/zombi/mediawiki/templates/_helpers.tpl +++ b/zombi/mediawiki/templates/_helpers.tpl @@ -57,6 +57,15 @@ Common environment values - name: WG_SERVER value: {{ .Values.wiki.server | quote }} +- name: MEDIAWIKI_ADMIN_USER + value: "admin" + +- name: MEDIAWIKI_ADMIN_PASS + value: "hardcodedexamplepasswordthatwillbereplacedlater" # FIXME + +- name: ALLOW_PUBLIC_EDIT + value: "true" # FIXME + #WG_SITENAME="Test Wiki" #WG_SCRIPT_PATH="" #WG_SERVER="https://wiki.example.com"