nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
296 stars 258 forks source link

Feature: Add `smtpHostname` as an optional existing secret in `values.yaml` #431

Closed jessebot closed 10 months ago

jessebot commented 10 months ago

Description of the change

I'd like to be able to specify an SMTP hostname from an existing Kubernetes Secret, like we do for smtpUsernameKey and smtpPasswordKey. I can try to get to this soonish, but I have a few other things on my plate, so if anyone else wants to submit that PR, I'd also be happy to review it :)

Benefits

This lets you keep your mail server name private, while still letting you open source your configuration.

Possible drawbacks

Can't really see any immediately, I don't think.