RADAR-base / RADAR-Kubernetes

Kubernetes deployment of RADAR-base
Apache License 2.0
17 stars 9 forks source link

Create global variables for SMTP configuration #274

Open pvannierop opened 1 month ago

pvannierop commented 1 month ago
          Ok the most simple solution would be to write this entry in base.yaml like so:
kratos:
  _install: true
  _chart_version: 0.43.0
  _extra_timeout: 0
  ....
  kratos:
    courier:
      smtp:
        from_address: radar@thehyve.nl

However, since SMTP settings are also used by MP (and possibly other services), we should consider defining this as global properties and inject this in the set: section of helmfile where needed.

_Originally posted by @pvannierop in https://github.com/RADAR-base/RADAR-Kubernetes/pull/266#discussion_r1639691461_

pvannierop commented 1 week ago

Appserver now also has SMTP credentials.