From 9dbdead0ac3037b210d3eaf95e079ed2a310026f Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 6 Nov 2021 13:20:58 +0100 Subject: [PATCH] fix(jackett): Correct label for port setting --- charts/stable/jackett/questions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/stable/jackett/questions.yaml b/charts/stable/jackett/questions.yaml index 5380a5eb862..18f52b86799 100644 --- a/charts/stable/jackett/questions.yaml +++ b/charts/stable/jackett/questions.yaml @@ -143,7 +143,8 @@ questions: type: int default: 9117 - variable: port - label: "This port exposes the container port on the service" + label: "Port" + description: "This port exposes the container port on the service" schema: type: int default: 9117