bstein-dev-home: add smtp env for access requests
This commit is contained in:
parent
9c2cb1b037
commit
4c4c0867a7
@ -33,6 +33,15 @@ spec:
|
|||||||
export PORTAL_E2E_CLIENT_ID="{{ .Data.data.client_id }}"
|
export PORTAL_E2E_CLIENT_ID="{{ .Data.data.client_id }}"
|
||||||
export PORTAL_E2E_CLIENT_SECRET="{{ .Data.data.client_secret }}"
|
export PORTAL_E2E_CLIENT_SECRET="{{ .Data.data.client_secret }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with secret "kv/data/atlas/shared/postmark-relay" }}
|
||||||
|
export SMTP_HOST="mail.bstein.dev"
|
||||||
|
export SMTP_PORT="587"
|
||||||
|
export SMTP_STARTTLS="true"
|
||||||
|
export SMTP_USE_TLS="false"
|
||||||
|
export SMTP_USERNAME="{{ index .Data.data "relay-username" }}"
|
||||||
|
export SMTP_PASSWORD="{{ index .Data.data "relay-password" }}"
|
||||||
|
export SMTP_FROM="no-reply-portal@bstein.dev"
|
||||||
|
{{ end }}
|
||||||
spec:
|
spec:
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
serviceAccountName: bstein-dev-home
|
serviceAccountName: bstein-dev-home
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user