From e506263e6759debecefcf60b0827a506326a14eb Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Fri, 10 Feb 2023 18:46:08 +0100 Subject: [PATCH] fix non-mal --- charts/mail-relay/0.2.0/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mail-relay/0.2.0/values.yaml b/charts/mail-relay/0.2.0/values.yaml index 8453abe..6de73cb 100644 --- a/charts/mail-relay/0.2.0/values.yaml +++ b/charts/mail-relay/0.2.0/values.yaml @@ -23,8 +23,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" config: - sasl_passwd: {} - transport: {} + sasl_passwd: "" + transport: "" env: ALLOWED_SENDER_DOMAINS: "domain.local"