From 2690675dcab1cb4bcbe454a5110f713f66cf547f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 11 Mar 2019 11:03:25 +0100 Subject: [PATCH] allow custom email server for helm installs --- helm/passbook/templates/passbook-configmap.yaml | 2 +- helm/passbook/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/passbook/templates/passbook-configmap.yaml b/helm/passbook/templates/passbook-configmap.yaml index f624d176f..f37ddde27 100644 --- a/helm/passbook/templates/passbook-configmap.yaml +++ b/helm/passbook/templates/passbook-configmap.yaml @@ -22,7 +22,7 @@ data: host: 127.0.0.1 port: 514 email: - host: localhost + host: {{ .Values.config.email.host }} port: 25 user: '' password: '' diff --git a/helm/passbook/values.yaml b/helm/passbook/values.yaml index ff2724db0..2dd75b01b 100644 --- a/helm/passbook/values.yaml +++ b/helm/passbook/values.yaml @@ -14,6 +14,8 @@ config: # secret_key: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o # Enable error reporting error_reporting: true + email: + host: localhost postgresql: postgresqlDatabase: passbook