From f74d71151de49fc3da27ea7f9907fe20f8d83e28 Mon Sep 17 00:00:00 2001 From: JamesOsborn-SE <3580335+JamesOsborn-SE@users.noreply.github.com> Date: Tue, 9 Aug 2022 08:14:00 -0700 Subject: [PATCH] hint about the default service port (#3412) * hint about the default service port * Update charts/stable/vikunja/questions.yaml Co-authored-by: Kjeld Schouten-Lebbing --- charts/stable/vikunja/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/vikunja/questions.yaml b/charts/stable/vikunja/questions.yaml index bd8869a45b9..d1a98561395 100644 --- a/charts/stable/vikunja/questions.yaml +++ b/charts/stable/vikunja/questions.yaml @@ -20,7 +20,7 @@ questions: attrs: - variable: VIKUNJA_SERVICE_FRONTENDURL label: "VIKUNJA_SERVICE_FRONTENDURL" - description: "The URL of the frontend, used to send password reset emails. eg. https://vikunjka.example.com" + description: "The URL of the frontend, used to send password reset emails. eg. https://vikunjka.example.com (be sure to include the servicePort when needed)" schema: type: string required: true