From 16c6ba61770533f3e69ab49afccb22f0d67ef517 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:56:44 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/wordpress/questions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/stable/wordpress/questions.yaml b/charts/stable/wordpress/questions.yaml index 7ad5d7ea62a..bbe770d6574 100644 --- a/charts/stable/wordpress/questions.yaml +++ b/charts/stable/wordpress/questions.yaml @@ -84,10 +84,12 @@ questions: schema: type: string default: "" + required: true - variable: port label: SMTP Port schema: type: int + required: true default: 587 - variable: user label: SMTP User