From d9374e3c80ea6b49ea717b90d16883f44ba6daab Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Thu, 10 Oct 2019 10:28:15 +0200 Subject: [PATCH] Add initial admin account to kubernetes example --- docs/kubernetes/mailu/configmap.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/kubernetes/mailu/configmap.yaml b/docs/kubernetes/mailu/configmap.yaml index a950c732..1a85e663 100644 --- a/docs/kubernetes/mailu/configmap.yaml +++ b/docs/kubernetes/mailu/configmap.yaml @@ -143,6 +143,11 @@ # Advanced settings ################################### + # Create an admin account if it does not exist yet. It will also create the email domain for the account. + # INITIAL_ADMIN_ACCOUNT: "admin" + # INITIAL_ADMIN_DOMAIN: "example.com" + # INITIAL_ADMIN_PW: "s3cr3t" + # Docker-compose project name, this will prepended to containers names. COMPOSE_PROJECT_NAME: "mailu"