Add initial account mailu

This commit is contained in:
Ruben Hensen
2024-09-15 18:15:25 +02:00
parent 6ba42d70d3
commit 76689e4fd7
+2 -2
View File
@@ -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"