Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create global variables for SMTP configuration #274

Open
pvannierop opened this issue Jun 14, 2024 · 1 comment
Open

Create global variables for SMTP configuration #274

pvannierop opened this issue Jun 14, 2024 · 1 comment

Comments

@pvannierop
Copy link

          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: [email protected]

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 #266 (comment)

@pvannierop
Copy link
Author

Appserver now also has SMTP credentials.

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

No branches or pull requests

1 participant