Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Email settings are ignored when chart upgraded/deployed #33

Open
Smartich0ke opened this issue Jul 22, 2023 · 0 comments
Open

Email settings are ignored when chart upgraded/deployed #33

Smartich0ke opened this issue Jul 22, 2023 · 0 comments

Comments

@Smartich0ke
Copy link

When you place anything under the homeserver.email, the configuration will get ignored and removed from the values file. For example:

If you add this to the values.yaml:

homeserver:
  email:
    smtp_host: mail.server
    smtp_port: 587
    smtp_user: "exampleusername"
    smtp_pass: "examplepassword"
    force_tls: true
    require_transport_security: true
    enable_tls: false
    notif_from: "Your Friendly %(app)s homeserver <noreply@example.com>"
    app_name: my_branded_matrix_server
    enable_notifs: true
    notif_for_new_users: false
    client_base_url: "http://localhost/riot"
    validation_token_lifetime: 15m
    invite_client_location: https://app.element.io

the entire email configuration section gets removed and and doesnt end up in the homeserver.yaml file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant