diff --git a/services/bstein-dev-home/backend-deployment.yaml b/services/bstein-dev-home/backend-deployment.yaml index 4ea9fe2..b4f426f 100644 --- a/services/bstein-dev-home/backend-deployment.yaml +++ b/services/bstein-dev-home/backend-deployment.yaml @@ -40,7 +40,7 @@ spec: export SMTP_USE_TLS="false" export SMTP_USERNAME="test@bstein.dev" export SMTP_PASSWORD="{{ .Data.data.password }}" - export SMTP_FROM="no-reply-portal@bstein.dev" + export SMTP_FROM="test@bstein.dev" {{ end }} spec: automountServiceAccountToken: true