From 76689e4fd708b455497d8a5ab001f0a46eed6065 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Sep 2024 18:15:25 +0200 Subject: [PATCH] Add initial account mailu --- mailu/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailu/values.yaml b/mailu/values.yaml index 7375fef..7391c9b 100644 --- a/mailu/values.yaml +++ b/mailu/values.yaml @@ -92,8 +92,8 @@ domain: "hensen.io" # ## @param initialAccount.existingSecretPasswordKey Name of the key in the existing secret to use for the initial account's password # ## @param initialAccount.mode How to treat the creationg of the initial account. Possible values: "create", "update" or "ifmissing" initialAccount: - enabled: false - username: "ruben" + enabled: true + username: "admin" domain: "hensen.io" # password: "" existingSecret: "mailu-init-pass"